mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
Fix ciphersuites dependencies on MD5 and SHA1
This commit is contained in:
@ -1178,7 +1178,7 @@ const cipher_definition_t cipher_definitions[] =
|
||||
#endif /* POLARSSL_DES_C */
|
||||
|
||||
#if defined(POLARSSL_CIPHER_NULL_CIPHER)
|
||||
{ POLARSSL_CIPHER_NULL, &null_info },
|
||||
{ POLARSSL_CIPHER_NULL, &null_cipher_info },
|
||||
#endif /* POLARSSL_CIPHER_NULL_CIPHER */
|
||||
|
||||
{ 0, NULL }
|
||||
|
Reference in New Issue
Block a user