Fix ciphersuites dependencies on MD5 and SHA1

This commit is contained in:
Manuel Pégourié-Gonnard 2013-10-14 14:19:31 +02:00
parent 1b62c7f93d
commit 057e0cf263
3 changed files with 84 additions and 10 deletions

View file

@ -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 }