summaryrefslogtreecommitdiff
path: root/crypto/openssl/crypto/cast/c_ofb64.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/cast/c_ofb64.c')
-rw-r--r--crypto/openssl/crypto/cast/c_ofb64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/crypto/cast/c_ofb64.c b/crypto/openssl/crypto/cast/c_ofb64.c
index dffb074762c2b..49c0cfade5775 100644
--- a/crypto/openssl/crypto/cast/c_ofb64.c
+++ b/crypto/openssl/crypto/cast/c_ofb64.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 ofb mode is being used.