Skip to content

Commit

Permalink
Remove commented code.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashman-p committed Sep 25, 2023
1 parent d873aa0 commit 403cbf3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_sig_stfl.c
Original file line number Diff line number Diff line change
Expand Up @@ -764,11 +764,6 @@ static OQS_STATUS sig_stfl_test_query_key(const char *method_name) {

keep_going:

// uint8_t message_1[] = "The quick brown fox ...";
// uint8_t message_2[] = "The quick brown fox jumped from the tree.";
// size_t message_len_1 = sizeof(message_1);
// size_t message_len_2 = sizeof(message_2);

printf("================================================================================\n");
printf("Testing stateful Signature Verification %s\n", method_name);
printf("================================================================================\n");
Expand Down

0 comments on commit 403cbf3

Please sign in to comment.