mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-21 22:01:05 +00:00
Typo fix
This commit is contained in:
parent
7f4b10b5bd
commit
d76af45ed3
|
@ -90,7 +90,7 @@ static void pk_rsa_match( mbedtls_rsa_context *raw,
|
|||
memset( ciph, 0, sizeof ciph );
|
||||
memset( test, 0, sizeof test );
|
||||
|
||||
/* Initiliaze basic PK RSA context with raw key */
|
||||
/* Initialize basic PK RSA context with raw key */
|
||||
mbedtls_pk_init( &basic_ctx );
|
||||
TEST_ASSERT( mbedtls_pk_setup( &basic_ctx,
|
||||
mbedtls_pk_info_from_type( MBEDTLS_PK_RSA ) ) == 0 );
|
||||
|
|
Loading…
Reference in a new issue