Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
ashman-p committed Feb 6, 2024
1 parent 10cbfc9 commit f9132dd
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 @@ -323,9 +323,9 @@ OQS_STATUS sig_stfl_KATs_keygen(OQS_SIG_STFL *sig, uint8_t *public_key, OQS_SIG_
}
from_kats:
return sig_stfl_keypair_from_KATs(sig, public_key, secret_key, katfile);
#endif //OQS_ENABLE_SIG_STFL_XMSS

from_keygen:
#endif //OQS_ENABLE_SIG_STFL_XMSS
(void)(katfile);
return sig_stfl_keypair_from_keygen(sig, public_key, secret_key);
}
Expand Down

0 comments on commit f9132dd

Please sign in to comment.