Skip to content

Commit

Permalink
Removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ashman-p committed Dec 8, 2023
1 parent d82cfd7 commit 1c178ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/kat_sig_stfl.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,6 @@ static OQS_STATUS test_lms_kat(const char *method_name, const char *katfile) {
uint8_t *msg = NULL;
size_t msg_len = 0;
uint8_t *sm = NULL;

OQS_STATUS ret = OQS_ERROR;
FILE *fp_rsp = NULL;

if ((fp_rsp = fopen(katfile, "r")) == NULL) {
Expand Down

0 comments on commit 1c178ea

Please sign in to comment.