summaryrefslogtreecommitdiff
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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/blake2/m_blake2s.c b/crypto/blake2/m_blake2s.c
index 83b2811e4432..b8fb048b30bf 100644
--- a/crypto/blake2/m_blake2s.c
+++ b/crypto/blake2/m_blake2s.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)
{