From 078fb66b29dade5e856e8f6e7729e87976b04d1d Mon Sep 17 00:00:00 2001 From: Ruby Martin Date: Thu, 23 May 2024 13:57:08 -0600 Subject: [PATCH] Negative tests for all NULL arguments --- wolfcrypt/test/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfcrypt/test/test.c b/wolfcrypt/test/test.c index a2e4fa0d1..9434d73da 100644 --- a/wolfcrypt/test/test.c +++ b/wolfcrypt/test/test.c @@ -27520,7 +27520,7 @@ static wc_test_ret_t hpke_test_single(Hpke* hpke) if (ret != 0) ret = WC_TEST_RET_ENC_EC(ret); } - + /* seal */ if (ret == 0) { ret = wc_HpkeSealBase(hpke, ephemeralKey, receiverKey,