diff options
Diffstat (limited to 'crypto/idea/i_ecb.c')
-rw-r--r-- | crypto/idea/i_ecb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/idea/i_ecb.c b/crypto/idea/i_ecb.c index 058d0c14c005a..cb724e1a6c0b1 100644 --- a/crypto/idea/i_ecb.c +++ b/crypto/idea/i_ecb.c @@ -8,7 +8,7 @@ */ #include <openssl/idea.h> -#include "idea_lcl.h" +#include "idea_local.h" #include <openssl/opensslv.h> const char *IDEA_options(void) |