1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Fix dhm_selftest() return value

This commit is contained in:
Manuel Pégourié-Gonnard
2014-07-09 16:53:29 +02:00
parent 968afaa06f
commit b196fc23b1

View File

@ -574,6 +574,7 @@ int dhm_self_test( int verbose )
if( verbose != 0 )
polarssl_printf( "failed\n" );
ret = 1;
goto exit;
}