Skip to content

Commit 6468400

Browse files
committed
test: minor fixes
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
1 parent 954a7b2 commit 6468400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suites/test_suite_pk.function

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ static int pk_genkey(mbedtls_pk_context *pk, int parameter)
6363
#if defined(MBEDTLS_USE_PSA_CRYPTO)
6464
return mbedtls_pk_update_public_key_from_keypair(pk);
6565
#else
66-
return ret;
66+
return 0;
6767
#endif /* MBEDTLS_USE_PSA_CRYPTO */
6868
}
6969
#endif /* MBEDTLS_ECP_C */

0 commit comments

Comments
 (0)