summaryrefslogtreecommitdiff
path: root/crypto/openssl/crypto/idea/i_cbc.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/idea/i_cbc.c')
-rw-r--r--crypto/openssl/crypto/idea/i_cbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/crypto/idea/i_cbc.c b/crypto/openssl/crypto/idea/i_cbc.c
index a70a8682a7801..4eff467111be1 100644
--- a/crypto/openssl/crypto/idea/i_cbc.c
+++ b/crypto/openssl/crypto/idea/i_cbc.c
@@ -8,7 +8,7 @@
*/
#include <openssl/idea.h>
-#include "idea_lcl.h"
+#include "idea_local.h"
void IDEA_cbc_encrypt(const unsigned char *in, unsigned char *out,
long length, IDEA_KEY_SCHEDULE *ks, unsigned char *iv,