1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

- Fixed selftest of X509parse code

This commit is contained in:
Paul Bakker
2009-07-10 22:32:40 +00:00
parent ea9778f798
commit 1973e4c582
2 changed files with 2 additions and 2 deletions

View File

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