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 e94338d commit 3d5b68e
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 @@ -176,7 +176,7 @@ static int test_oqs_encdec(const char *alg_name) {
goto end;

if (!OBJ_sn2nid(alg_name)) {
printf("No OID registered for %s", alg_name);
printf("No OID registered for %s\n", alg_name);
ok = 1;
goto end;
}
Expand Down

0 comments on commit 3d5b68e

Please sign in to comment.