From bdc0b80ddbd8cc90b3a6fd25a98199163edcaf34 Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Tue, 6 Feb 2024 13:27:34 +0100 Subject: [PATCH] Don't include unnecessary headers in public header file --- wolfcrypt/src/ed25519.c | 1 + wolfssl/wolfcrypt/ed25519.h | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) 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