From f0fe7d13bd75057dd067bff9efe1530d7974ecf2 Mon Sep 17 00:00:00 2001 From: Michael Baentsch <57787676+baentsch@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:19:08 +0200 Subject: [PATCH] Update test/oqs_test_endecode.c Co-authored-by: Spencer Wilson Signed-off-by: Michael Baentsch <57787676+baentsch@users.noreply.github.com> --- test/oqs_test_endecode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/oqs_test_endecode.c b/test/oqs_test_endecode.c index 09d74749..0e498e37 100644 --- a/test/oqs_test_endecode.c +++ b/test/oqs_test_endecode.c @@ -177,7 +177,7 @@ static int test_oqs_encdec(const char *alg_name) { if (!OBJ_sn2nid(alg_name)) { printf("No OID registered for %s\n", alg_name); - ok = 1; + ok = -1; goto end; } if (!encode_EVP_PKEY_prov(pkey, test_params_list[i].format,