mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-04 05:04:41 +02:00
wolfcrypt/test/test.c: add missing PRIVATE_KEY_UNLOCK() for hpke_test().
This commit is contained in:
@@ -1767,10 +1767,12 @@ options: [-s max_relative_stack_bytes] [-m max_relative_heap_memory_bytes]\n\
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(HAVE_HPKE) && defined(HAVE_ECC) && defined(HAVE_AESGCM)
|
#if defined(HAVE_HPKE) && defined(HAVE_ECC) && defined(HAVE_AESGCM)
|
||||||
|
PRIVATE_KEY_UNLOCK();
|
||||||
if ( (ret = hpke_test()) != 0)
|
if ( (ret = hpke_test()) != 0)
|
||||||
TEST_FAIL("HPKE test failed!\n", ret);
|
TEST_FAIL("HPKE test failed!\n", ret);
|
||||||
else
|
else
|
||||||
TEST_PASS("HPKE test passed!\n");
|
TEST_PASS("HPKE test passed!\n");
|
||||||
|
PRIVATE_KEY_LOCK();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(WC_SRTP_KDF)
|
#if defined(WC_SRTP_KDF)
|
||||||
|
Reference in New Issue
Block a user