Fixed X509 define in selftest.c
This commit is contained in:
parent
e9e6ae338b
commit
7504d7f806
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue