mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-02 01:41:10 +00:00
Fix copy paste error in the error message of mbedtls_ecp_gen_key in gen_key.c
This commit is contained in:
parent
005939db98
commit
9a51c032ee
|
@ -339,7 +339,7 @@ int main( int argc, char *argv[] )
|
||||||
mbedtls_ctr_drbg_random, &ctr_drbg );
|
mbedtls_ctr_drbg_random, &ctr_drbg );
|
||||||
if( ret != 0 )
|
if( ret != 0 )
|
||||||
{
|
{
|
||||||
mbedtls_printf( " failed\n ! mbedtls_rsa_gen_key returned -0x%04x", -ret );
|
mbedtls_printf( " failed\n ! mbedtls_ecp_gen_key returned -0x%04x", -ret );
|
||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue