We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18150a1 commit f21a763Copy full SHA for f21a763
wolfcrypt/test/test.c
@@ -35108,7 +35108,7 @@ WOLFSSL_TEST_SUBROUTINE wc_test_ret_t curve25519_test(void)
35108
ret = wc_InitRng(&rng);
35109
#endif
35110
if (ret != 0)
35111
- ERROR_OUT(WC_TEST_RET_ENC_EC(ret), cleanup);
+ return WC_TEST_RET_ENC_EC(ret);
35112
35113
#if defined(WOLFSSL_SMALL_STACK) && !defined(WOLFSSL_NO_MALLOC)
35114
userA = wc_curve25519_new(HEAP_HINT, devId, &ret);
0 commit comments