Skip to content

Commit bdc0b80

Browse files
committed
Don't include unnecessary headers in public header file
1 parent 54b562f commit bdc0b80

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

wolfcrypt/src/ed25519.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
#ifdef HAVE_ED25519
3333

3434
#include <wolfssl/wolfcrypt/ed25519.h>
35+
#include <wolfssl/wolfcrypt/ge_operations.h>
3536
#include <wolfssl/wolfcrypt/error-crypt.h>
3637
#include <wolfssl/wolfcrypt/hash.h>
3738
#ifdef NO_INLINE

wolfssl/wolfcrypt/ed25519.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131

3232
#ifdef HAVE_ED25519
3333

34-
#include <wolfssl/wolfcrypt/fe_operations.h>
35-
#include <wolfssl/wolfcrypt/ge_operations.h>
3634
#include <wolfssl/wolfcrypt/random.h>
3735
#ifndef WOLFSSL_SHA512
3836
#error ED25519 requires SHA512

0 commit comments

Comments
 (0)