We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 954a7b2 commit 6468400Copy full SHA for 6468400
tests/suites/test_suite_pk.function
@@ -63,7 +63,7 @@ static int pk_genkey(mbedtls_pk_context *pk, int parameter)
63
#if defined(MBEDTLS_USE_PSA_CRYPTO)
64
return mbedtls_pk_update_public_key_from_keypair(pk);
65
#else
66
- return ret;
+ return 0;
67
#endif /* MBEDTLS_USE_PSA_CRYPTO */
68
}
69
#endif /* MBEDTLS_ECP_C */
0 commit comments