commit | 3d413706459393ccd1178744651bfdf0314c3117 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Apr 29 15:29:41 2014 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Apr 29 15:29:41 2014 +0200 |
tree | d3d1464f63ce33657c87a77957f27755485b072a | |
parent | 3a306b90673ccd5f057827ae76113eaf290e1e8b [diff] [blame] |
Fix hash dependencies in X.509 tests
diff --git a/library/x509.c b/library/x509.c index 60e1cac..0e00ef3 100644 --- a/library/x509.c +++ b/library/x509.c
@@ -735,7 +735,7 @@ */ int x509_self_test( int verbose ) { -#if defined(POLARSSL_CERTS_C) && defined(POLARSSL_MD5_C) +#if defined(POLARSSL_CERTS_C) && defined(POLARSSL_SHA1_C) int ret; int flags; x509_crt cacert;