File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -602,7 +602,6 @@ static void wolfBoot_verify_signature_rsa_common(uint8_t key_slot,
602602#endif /* WOLFBOOT_SIGN_RSA_ANY */
603603
604604#ifdef WOLFBOOT_SIGN_LMS
605- #include <wolfssl/wolfcrypt/lms.h>
606605#ifdef HAVE_LIBLMS
607606 #include <wolfssl/wolfcrypt/ext_lms.h>
608607#else
@@ -670,7 +669,6 @@ static void wolfBoot_verify_signature_lms(uint8_t key_slot,
670669#endif /* WOLFBOOT_SIGN_LMS */
671670
672671#ifdef WOLFBOOT_SIGN_XMSS
673- #include <wolfssl/wolfcrypt/xmss.h>
674672#ifdef HAVE_LIBXMSS
675673 #include <wolfssl/wolfcrypt/ext_xmss.h>
676674#else
Original file line number Diff line number Diff line change 6262#endif
6363
6464#if defined(WOLFSSL_HAVE_LMS )
65- #include <wolfssl/wolfcrypt/lms.h>
6665 #ifdef HAVE_LIBLMS
6766 #include <wolfssl/wolfcrypt/ext_lms.h>
6867 #else
7170#endif
7271
7372#if defined(WOLFSSL_HAVE_XMSS )
74- #include <wolfssl/wolfcrypt/xmss.h>
7573 #ifdef HAVE_LIBXMSS
7674 #include <wolfssl/wolfcrypt/ext_xmss.h>
7775 #else
Original file line number Diff line number Diff line change @@ -112,7 +112,6 @@ static inline int fp_truncate(FILE *f, size_t len)
112112#include <wolfssl/wolfcrypt/error-crypt.h>
113113
114114#ifdef WOLFSSL_HAVE_LMS
115- #include <wolfssl/wolfcrypt/lms.h>
116115 #ifdef HAVE_LIBLMS
117116 #include <wolfssl/wolfcrypt/ext_lms.h>
118117 #else
@@ -121,7 +120,6 @@ static inline int fp_truncate(FILE *f, size_t len)
121120#endif
122121
123122#ifdef WOLFSSL_HAVE_XMSS
124- #include <wolfssl/wolfcrypt/xmss.h>
125123 #ifdef HAVE_LIBXMSS
126124 #include <wolfssl/wolfcrypt/ext_xmss.h>
127125 #else
You can’t perform that action at this time.
0 commit comments