Don't include unnecessary headers in public header file

This commit is contained in:
Juliusz Sosinowicz
2024-02-06 13:27:34 +01:00
parent 54b562f501
commit bdc0b80ddb
2 changed files with 1 additions and 2 deletions

View File

@@ -32,6 +32,7 @@
#ifdef HAVE_ED25519
#include <wolfssl/wolfcrypt/ed25519.h>
#include <wolfssl/wolfcrypt/ge_operations.h>
#include <wolfssl/wolfcrypt/error-crypt.h>
#include <wolfssl/wolfcrypt/hash.h>
#ifdef NO_INLINE

View File

@@ -31,8 +31,6 @@
#ifdef HAVE_ED25519
#include <wolfssl/wolfcrypt/fe_operations.h>
#include <wolfssl/wolfcrypt/ge_operations.h>
#include <wolfssl/wolfcrypt/random.h>
#ifndef WOLFSSL_SHA512
#error ED25519 requires SHA512