summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_bf.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/e_bf.c')
-rw-r--r--crypto/evp/e_bf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/e_bf.c b/crypto/evp/e_bf.c
index 71cc990b25..0ac49fe1fe 100644
--- a/crypto/evp/e_bf.c
+++ b/crypto/evp/e_bf.c
@@ -11,7 +11,7 @@
#include "internal/cryptlib.h"
#ifndef OPENSSL_NO_BF
# include <openssl/evp.h>
-# include "internal/evp_int.h"
+# include "crypto/evp.h"
# include <openssl/objects.h>
# include <openssl/blowfish.h>