Fix ciphersuites dependencies on MD5 and SHA1
This commit is contained in:
parent
1b62c7f93d
commit
057e0cf263
3 changed files with 84 additions and 10 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue