mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-19 09:39:54 +00:00
x509_crt: remove old invalid comment
ssl_preset_default_hashes was removed in
f0cda410a4 but the comment in 'x509_crt.c'
wasn't updated.
Signed-off-by: Valerio Setti <[email protected]>
This commit is contained in:
+1
-2
@@ -87,8 +87,7 @@ typedef struct {
|
||||
* concerns. */
|
||||
const mbedtls_x509_crt_profile mbedtls_x509_crt_profile_default =
|
||||
{
|
||||
/* Hashes from SHA-256 and above. Note that this selection
|
||||
* should be aligned with ssl_preset_default_hashes in ssl_tls.c. */
|
||||
/* Hashes from SHA-256 and above. */
|
||||
MBEDTLS_X509_ID_FLAG(MBEDTLS_MD_SHA256) |
|
||||
MBEDTLS_X509_ID_FLAG(MBEDTLS_MD_SHA384) |
|
||||
MBEDTLS_X509_ID_FLAG(MBEDTLS_MD_SHA512),
|
||||
|
||||
Reference in New Issue
Block a user