mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Fix dhm_selftest() return value
This commit is contained in:
parent
968afaa06f
commit
b196fc23b1
1 changed files with 1 additions and 0 deletions
|
|
@ -574,6 +574,7 @@ int dhm_self_test( int verbose )
|
|||
if( verbose != 0 )
|
||||
polarssl_printf( "failed\n" );
|
||||
|
||||
ret = 1;
|
||||
goto exit;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue