Skip to content

Commit

Permalink
Fixed warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ashman-p committed Dec 19, 2023
1 parent 8536770 commit ba24063
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 @@ -122,7 +122,7 @@ static OQS_STATUS stfl_example(char *method_name) {

int main(void) {
OQS_init();
if (stfl_example("XMSS-SHA2_10_256") == OQS_SUCCESS && stfl_example("LMS_SHA256_H10_W4") == OQS_SUCCESS) {
if (stfl_example((char *)"XMSS-SHA2_10_256") == OQS_SUCCESS && stfl_example((char *)"LMS_SHA256_H10_W4") == OQS_SUCCESS) {
OQS_destroy();
return EXIT_SUCCESS;
} else {
Expand Down

0 comments on commit ba24063

Please sign in to comment.