summaryrefslogtreecommitdiffstats
path: root/crypto/blake2/m_blake2b.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/blake2/m_blake2b.c')
-rw-r--r--crypto/blake2/m_blake2b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/blake2/m_blake2b.c b/crypto/blake2/m_blake2b.c
index c493648c3c..93ed70ce7f 100644
--- a/crypto/blake2/m_blake2b.c
+++ b/crypto/blake2/m_blake2b.c
@@ -21,7 +21,7 @@
# include <openssl/evp.h>
# include <openssl/objects.h>
# include "blake2_locl.h"
-# include "internal/evp_int.h"
+# include "crypto/evp.h"
static int init(EVP_MD_CTX *ctx)
{