fix ed25519 with external hash functions

This commit is contained in:
toddouska
2015-08-03 15:30:07 -07:00
parent b330bca4b7
commit 08959624f2

View File

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