Fixed X509 define in selftest.c

This commit is contained in:
Paul Bakker 2013-09-16 22:56:18 +02:00
parent e9e6ae338b
commit 7504d7f806

View file

@ -143,7 +143,7 @@ int main( int argc, char *argv[] )
return( ret );
#endif
#if defined(POLARSSL_X509_PARSE_C) && defined(POLARSSL_BIGNUM_C)
#if defined(POLARSSL_X509_USE_C)
if( ( ret = x509_self_test( v ) ) != 0 )
return( ret );
#endif