We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6952d1a commit 7652310Copy full SHA for 7652310
1 file changed
wolfcrypt/test/test.c
@@ -1767,10 +1767,12 @@ options: [-s max_relative_stack_bytes] [-m max_relative_heap_memory_bytes]\n\
1767
#endif
1768
1769
#if defined(HAVE_HPKE) && defined(HAVE_ECC) && defined(HAVE_AESGCM)
1770
+ PRIVATE_KEY_UNLOCK();
1771
if ( (ret = hpke_test()) != 0)
1772
TEST_FAIL("HPKE test failed!\n", ret);
1773
else
1774
TEST_PASS("HPKE test passed!\n");
1775
+ PRIVATE_KEY_LOCK();
1776
1777
1778
#if defined(WC_SRTP_KDF)
0 commit comments