summaryrefslogtreecommitdiff
path: root/crypto/bf/bf_cfb64.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bf/bf_cfb64.c')
-rw-r--r--crypto/bf/bf_cfb64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bf/bf_cfb64.c b/crypto/bf/bf_cfb64.c
index ce6e13b5a4cc3..12332c540d666 100644
--- a/crypto/bf/bf_cfb64.c
+++ b/crypto/bf/bf_cfb64.c
@@ -8,7 +8,7 @@
*/
#include <openssl/blowfish.h>
-#include "bf_locl.h"
+#include "bf_local.h"
/*
* The input and output encrypted as though 64bit cfb mode is being used.