Remove trailing whitespace
This commit is contained in:
parent
158c3d10d0
commit
967cfd18fd
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue