Merge pull request #3107 from mpg/3013-2.7
[backport 2.7] Fix function name in error message
This commit is contained in:
commit
d1bd2ac196
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ int main( int argc, char *argv[] )
|
||||||
sig, &sig_len,
|
sig, &sig_len,
|
||||||
mbedtls_ctr_drbg_random, &ctr_drbg ) ) != 0 )
|
mbedtls_ctr_drbg_random, &ctr_drbg ) ) != 0 )
|
||||||
{
|
{
|
||||||
mbedtls_printf( " failed\n ! mbedtls_ecdsa_genkey returned %d\n", ret );
|
mbedtls_printf( " failed\n ! mbedtls_ecdsa_write_signature returned %d\n", ret );
|
||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
mbedtls_printf( " ok (signature length = %u)\n", (unsigned int) sig_len );
|
mbedtls_printf( " ok (signature length = %u)\n", (unsigned int) sig_len );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue