Skip to content

Commit

Permalink
Fixed use of uninit var
Browse files Browse the repository at this point in the history
  • Loading branch information
ashman-p committed Dec 10, 2023
1 parent 82a7d48 commit 25fab93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/example_sig_stfl.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ static OQS_STATUS stfl_example(char *method_name) {
size_t message_len = MESSAGE_LEN;
size_t signature_len;
char *sk_fname = NULL;
OQS_STATUS rc;
OQS_STATUS rc = OQS_ERROR;

/*
* Steps
Expand Down

0 comments on commit 25fab93

Please sign in to comment.