summaryrefslogtreecommitdiffstats
path: root/crypto/blake2/m_blake2s.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/blake2/m_blake2s.c')
-rw-r--r--crypto/blake2/m_blake2s.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/blake2/m_blake2s.c b/crypto/blake2/m_blake2s.c
index dd4b68fa1c..caf8a6657a 100644
--- a/crypto/blake2/m_blake2s.c
+++ b/crypto/blake2/m_blake2s.c
@@ -11,7 +11,7 @@
# include <stddef.h>
# include <openssl/obj_mac.h>
-# include "internal/evp_int.h"
+# include "crypto/evp.h"
# include "internal/blake2.h"
static int init(EVP_MD_CTX *ctx)