diff options
Diffstat (limited to 'crypto/idea/i_cfb64.c')
-rw-r--r-- | crypto/idea/i_cfb64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/idea/i_cfb64.c b/crypto/idea/i_cfb64.c index daf467eb5c26..61c723015b99 100644 --- a/crypto/idea/i_cfb64.c +++ b/crypto/idea/i_cfb64.c @@ -8,7 +8,7 @@ */ #include <openssl/idea.h> -#include "idea_lcl.h" +#include "idea_local.h" /* * The input and output encrypted as though 64bit cfb mode is being used. |