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