Skip to content

Commit

Permalink
Small cleanup to LMS build.
Browse files Browse the repository at this point in the history
  • Loading branch information
philljj committed May 1, 2024
1 parent 0b76cac commit 0467f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options.mk
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ ifeq ($(SIGN),LMS)
-D"WOLFSSL_LMS_MAX_LEVELS=$(LMS_LEVELS)" \
-D"WOLFSSL_LMS_MAX_HEIGHT=$(LMS_HEIGHT)" \
-D"LMS_LEVELS=$(LMS_LEVELS)" -D"LMS_HEIGHT=$(LMS_HEIGHT)" \
-D"LMS_WINTERNITZ=$(LMS_WINTERNITZ)" -I$(LMSDIR)/src \
-D"LMS_WINTERNITZ=$(LMS_WINTERNITZ)" \
-D"IMAGE_SIGNATURE_SIZE"=$(IMAGE_SIGNATURE_SIZE) \
-D"WOLFSSL_LMS_VERIFY_ONLY"
ifeq ($(WOLFBOOT_SMALL_STACK),1)
Expand Down

0 comments on commit 0467f42

Please sign in to comment.