mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-02 13:50:59 +00:00
Removed trailing whitespace
Signed-off-by: Cédric Meuter <cedric.meuter@gmail.com>
This commit is contained in:
parent
ad27fb03b5
commit
ff3db6a5cf
|
@ -3,4 +3,3 @@ Features
|
|||
signature with a specific salt length. This function allows to validate
|
||||
test cases provided in the NIST's CAVP test suite. Contributed by Cédric
|
||||
Meuter in PR #3183.
|
||||
|
||||
|
|
|
@ -169,7 +169,6 @@ void pkcs1_rsassa_pss_sign( int mod, data_t * input_P, data_t * input_Q,
|
|||
ASSERT_COMPARE( output, ctx.len, result_str->x, result_str->len );
|
||||
}
|
||||
|
||||
|
||||
exit:
|
||||
mbedtls_mpi_free( &N ); mbedtls_mpi_free( &P );
|
||||
mbedtls_mpi_free( &Q ); mbedtls_mpi_free( &E );
|
||||
|
|
Loading…
Reference in a new issue