1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Got first tests working, fixed ecp_copy()

This commit is contained in:
Manuel Pégourié-Gonnard
2012-11-05 17:27:54 +01:00
committed by Paul Bakker
parent d0dc6317e1
commit b505c2796c
3 changed files with 74 additions and 21 deletions

View File

@ -155,6 +155,11 @@ int main( int argc, char *argv[] )
return( ret );
#endif
#if defined(POLARSSL_ECP_C)
if( ( ret = ecp_self_test( v ) ) != 0 )
return( ret );
#endif
#else
printf( " POLARSSL_SELF_TEST not defined.\n" );
#endif