Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ducnguyen-sb committed Oct 22, 2023
1 parent 1afc35c commit 2d817e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sig_stfl.c
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ static OQS_STATUS sig_stfl_test_secret_key(const char *method_name, const char *
cleanup:

OQS_SIG_STFL_SECRET_KEY_free(sk);
OQS_SIG_STFL_SECRET_KEY_free(sk_frm_file);
OQS_SIG_STFL_SECRET_KEY_free(sk_from_file);

OQS_MEM_insecure_free(public_key);
OQS_MEM_secure_free(to_file_sk_buf, to_file_sk_len);
Expand Down

0 comments on commit 2d817e1

Please sign in to comment.