Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/image.c
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,6 @@ static void wolfBoot_verify_signature_rsa_common(uint8_t key_slot,
#endif /* WOLFBOOT_SIGN_RSA_ANY */

#ifdef WOLFBOOT_SIGN_LMS
#include <wolfssl/wolfcrypt/lms.h>
#ifdef HAVE_LIBLMS
#include <wolfssl/wolfcrypt/ext_lms.h>
#else
Expand Down Expand Up @@ -670,7 +669,6 @@ static void wolfBoot_verify_signature_lms(uint8_t key_slot,
#endif /* WOLFBOOT_SIGN_LMS */

#ifdef WOLFBOOT_SIGN_XMSS
#include <wolfssl/wolfcrypt/xmss.h>
#ifdef HAVE_LIBXMSS
#include <wolfssl/wolfcrypt/ext_xmss.h>
#else
Expand Down
2 changes: 0 additions & 2 deletions tools/keytools/keygen.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
#endif

#if defined(WOLFSSL_HAVE_LMS)
#include <wolfssl/wolfcrypt/lms.h>
#ifdef HAVE_LIBLMS
#include <wolfssl/wolfcrypt/ext_lms.h>
#else
Expand All @@ -71,7 +70,6 @@
#endif

#if defined(WOLFSSL_HAVE_XMSS)
#include <wolfssl/wolfcrypt/xmss.h>
#ifdef HAVE_LIBXMSS
#include <wolfssl/wolfcrypt/ext_xmss.h>
#else
Expand Down
2 changes: 0 additions & 2 deletions tools/keytools/sign.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ static inline int fp_truncate(FILE *f, size_t len)
#include <wolfssl/wolfcrypt/error-crypt.h>

#ifdef WOLFSSL_HAVE_LMS
#include <wolfssl/wolfcrypt/lms.h>
#ifdef HAVE_LIBLMS
#include <wolfssl/wolfcrypt/ext_lms.h>
#else
Expand All @@ -121,7 +120,6 @@ static inline int fp_truncate(FILE *f, size_t len)
#endif

#ifdef WOLFSSL_HAVE_XMSS
#include <wolfssl/wolfcrypt/xmss.h>
#ifdef HAVE_LIBXMSS
#include <wolfssl/wolfcrypt/ext_xmss.h>
#else
Expand Down
Loading