commit | 057e0cf2636c56a56c08cc3dc75d59795449e83b | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Oct 14 14:19:31 2013 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Oct 14 14:26:04 2013 +0200 |
tree | 7da27e83cdf7a1d28796510a28d841e971cc8254 | |
parent | 1b62c7f93dd5f5b51dccf3a7f417e0de3507ff0f [diff] [blame] |
Fix ciphersuites dependencies on MD5 and SHA1
diff --git a/library/cipher_wrap.c b/library/cipher_wrap.c index 342923d..7466b95 100644 --- a/library/cipher_wrap.c +++ b/library/cipher_wrap.c
@@ -1178,7 +1178,7 @@ #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 }