aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/idea/i_ecb.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/idea/i_ecb.c')
-rw-r--r--crypto/idea/i_ecb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/idea/i_ecb.c b/crypto/idea/i_ecb.c
index 9ebaf40913..93937d2063 100644
--- a/crypto/idea/i_ecb.c
+++ b/crypto/idea/i_ecb.c
@@ -56,9 +56,9 @@
* [including the GNU Public Licence.]
*/
-#include "idea.h"
+#include <openssl/idea.h>
#include "idea_lcl.h"
-#include "opensslv.h"
+#include <openssl/opensslv.h>
const char *IDEA_version="IDEA" OPENSSL_VERSION_PTEXT;