Merge remote-tracking branch 'public/pr/1390' into development

This commit is contained in:
Simon Butcher 2018-06-27 10:51:47 +01:00
commit 6665b67ddf
2 changed files with 20 additions and 0 deletions

View file

@ -828,6 +828,7 @@ static int cmac_test_subkeys( int verbose,
mbedtls_cipher_free( &ctx );
}
ret = 0;
goto exit;
cleanup:
@ -883,6 +884,7 @@ static int cmac_test_wth_cipher( int verbose,
if( verbose != 0 )
mbedtls_printf( "passed\n" );
}
ret = 0;
exit:
return( ret );