Removed trailing whitespace

Signed-off-by: Cédric Meuter <cedric.meuter@gmail.com>
This commit is contained in:
Cédric Meuter 2021-01-10 15:40:33 +01:00
parent ad27fb03b5
commit ff3db6a5cf
2 changed files with 1 additions and 3 deletions

View file

@ -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.

View file

@ -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 );