mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-30 11:34:15 +01: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
|
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
|
test cases provided in the NIST's CAVP test suite. Contributed by Cédric
|
||||||
Meuter in PR #3183.
|
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 );
|
ASSERT_COMPARE( output, ctx.len, result_str->x, result_str->len );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
exit:
|
exit:
|
||||||
mbedtls_mpi_free( &N ); mbedtls_mpi_free( &P );
|
mbedtls_mpi_free( &N ); mbedtls_mpi_free( &P );
|
||||||
mbedtls_mpi_free( &Q ); mbedtls_mpi_free( &E );
|
mbedtls_mpi_free( &Q ); mbedtls_mpi_free( &E );
|
||||||
|
Loading…
Reference in New Issue
Block a user