Remove trailing whitespace

This commit is contained in:
Andrzej Kurek 2018-11-20 02:53:17 -05:00
parent 158c3d10d0
commit 967cfd18fd

View file

@ -147,7 +147,7 @@ void x509_csr_check_opaque( char *key_file, int md_type, int key_usage,
md_alg_psa = mbedtls_psa_translate_md( (mbedtls_md_type_t) md_type );
TEST_ASSERT( md_alg_psa != MBEDTLS_MD_NONE );
mbedtls_pk_init( &key );
TEST_ASSERT( mbedtls_pk_parse_keyfile( &key, key_file, NULL ) == 0 );
TEST_ASSERT( mbedtls_pk_wrap_as_opaque( &key, &slot, md_alg_psa ) == 0 );