aboutsummaryrefslogtreecommitdiff
path: root/crypto/evp/e_idea.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/e_idea.c')
-rw-r--r--crypto/evp/e_idea.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/e_idea.c b/crypto/evp/e_idea.c
index 93f6a4131fa8..1068378ddc75 100644
--- a/crypto/evp/e_idea.c
+++ b/crypto/evp/e_idea.c
@@ -13,7 +13,7 @@
#ifndef OPENSSL_NO_IDEA
# include <openssl/evp.h>
# include <openssl/objects.h>
-# include "internal/evp_int.h"
+# include "crypto/evp.h"
# include <openssl/idea.h>
/* Can't use IMPLEMENT_BLOCK_CIPHER because IDEA_ecb_encrypt is different */