Skip to content

Commit

Permalink
Fixes [full tests]
Browse files Browse the repository at this point in the history
Signed-off-by: Basil Hess <[email protected]>
  • Loading branch information
bhess committed Nov 12, 2024
1 parent 1ddd802 commit 438cd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sig_stfl/lms/sig_stfl_lms_functions.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ typedef struct OQS_LMS_KEY_DATA {

#ifndef OQS_ALLOW_LMS_KEY_AND_SIG_GEN
OQS_API OQS_STATUS OQS_SIG_STFL_alg_lms_sign(UNUSED uint8_t *signature, UNUSED size_t *signature_length, UNUSED const uint8_t *message,
UNUSED size_t message_len, UNUSED OQS_SIG_STFL_SECRET_KEY *secret_key) {
UNUSED size_t message_len, const uint8_t *ctx_str, size_t ctx_str_len, UNUSED OQS_SIG_STFL_SECRET_KEY *secret_key) {
return OQS_ERROR;
}
#else
Expand Down

0 comments on commit 438cd52

Please sign in to comment.