]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/idea/i_skey.c
Reorganize local header files
[thirdparty/openssl.git] / crypto / idea / i_skey.c
index a0197bf79cd96fa59a300dad7900280f1c9e9548..0b0221bd81b04ae376498408e9e10ca78f67bbd6 100644 (file)
@@ -8,7 +8,7 @@
  */
 
 #include <openssl/idea.h>
-#include "idea_lcl.h"
+#include "idea_local.h"
 
 static IDEA_INT inverse(unsigned int xin);
 void IDEA_set_encrypt_key(const unsigned char *key, IDEA_KEY_SCHEDULE *ks)