commit | cbf3ef3861dc82525d6d0cc7624586d62f200e0e | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Sep 23 12:20:02 2013 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Sep 24 21:25:53 2013 +0200 |
tree | 57189ecfc454ee30887151dba838b61d217477d6 | |
parent | dfe0ea9f0204980722b951d4977e26be8e8bf05e [diff] [blame] |
RSA and ECDSA key exchanges don't depend on CRL
diff --git a/library/x509_crt.c b/library/x509_crt.c index 1173cae..e6c840c 100644 --- a/library/x509_crt.c +++ b/library/x509_crt.c
@@ -1391,6 +1391,8 @@ #if defined(POLARSSL_X509_CRL_PARSE_C) /* Check trusted CA's CRL for the chain's top crt */ *flags |= x509_crt_verifycrl( child, trust_ca, ca_crl ); +#else + ((void) ca_crl); #endif if( x509_time_expired( &trust_ca->valid_to ) )