diff --git a/wolfcrypt/src/ed25519.c b/wolfcrypt/src/ed25519.c index 6dfb7a0f2..373edb919 100644 --- a/wolfcrypt/src/ed25519.c +++ b/wolfcrypt/src/ed25519.c @@ -32,6 +32,7 @@ #ifdef HAVE_ED25519 #include +#include #include #include #ifdef NO_INLINE diff --git a/wolfssl/wolfcrypt/ed25519.h b/wolfssl/wolfcrypt/ed25519.h index 0d6ef49fc..9748d6dfa 100644 --- a/wolfssl/wolfcrypt/ed25519.h +++ b/wolfssl/wolfcrypt/ed25519.h @@ -31,8 +31,6 @@ #ifdef HAVE_ED25519 -#include -#include #include #ifndef WOLFSSL_SHA512 #error ED25519 requires SHA512