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