Skip to content

Commit

Permalink
More astyle [full tests]
Browse files Browse the repository at this point in the history
Signed-off-by: Basil Hess <[email protected]>
  • Loading branch information
bhess committed Nov 18, 2024
1 parent fe28f6b commit b06e5ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/vectors_sig.c
Original file line number Diff line number Diff line change
Expand Up @@ -403,12 +403,12 @@ int main(int argc, char **argv) {
valid_args = false;
goto err;
}

char *alg_name = argv[1];
char *test_name = argv[2];

sig = OQS_SIG_new(alg_name);

if (sig == NULL) {
printf("[vectors_sig] %s was not enabled at compile-time.\n", alg_name);
goto err;
Expand Down

0 comments on commit b06e5ec

Please sign in to comment.