Skip to content

Commit

Permalink
Update test/oqs_test_endecode.c
Browse files Browse the repository at this point in the history
Co-authored-by: Spencer Wilson <[email protected]>
Signed-off-by: Michael Baentsch <[email protected]>
  • Loading branch information
baentsch and SWilson4 authored Sep 23, 2024
1 parent 3d5b68e commit f0fe7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/oqs_test_endecode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f0fe7d1

Please sign in to comment.