summaryrefslogtreecommitdiff
path: root/crypto/openssl/crypto/blake2/m_blake2b.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/blake2/m_blake2b.c')
-rw-r--r--crypto/openssl/crypto/blake2/m_blake2b.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssl/crypto/blake2/m_blake2b.c b/crypto/openssl/crypto/blake2/m_blake2b.c
index c493648c3cd08..ce4d8f95652f4 100644
--- a/crypto/openssl/crypto/blake2/m_blake2b.c
+++ b/crypto/openssl/crypto/blake2/m_blake2b.c
@@ -20,8 +20,8 @@
# include <openssl/evp.h>
# include <openssl/objects.h>
-# include "blake2_locl.h"
-# include "internal/evp_int.h"
+# include "blake2_local.h"
+# include "crypto/evp.h"
static int init(EVP_MD_CTX *ctx)
{