include negative test comment and BAD_FUNC_ARG

This commit is contained in:
Ruby Martin
2024-05-22 15:23:38 -06:00
parent 159981f442
commit f2492da6a4

View File

@@ -27526,7 +27526,8 @@ static wc_test_ret_t hpke_test_single(Hpke* hpke)
ret = wc_HpkeGenerateKeyPair(NULL, &receiverKey, rng);
if (ret != BAD_FUNC_ARG)
ret = WC_TEST_RET_ENC_EC(ret);
ret = 0;
else
ret = 0;
}
/* seal */