diff options
Diffstat (limited to 'crypto/rc2/rc2cfb64.c')
-rw-r--r-- | crypto/rc2/rc2cfb64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rc2/rc2cfb64.c b/crypto/rc2/rc2cfb64.c index d7521ef148..9b85368db1 100644 --- a/crypto/rc2/rc2cfb64.c +++ b/crypto/rc2/rc2cfb64.c @@ -8,7 +8,7 @@ */ #include <openssl/rc2.h> -#include "rc2_locl.h" +#include "rc2_local.h" /* * The input and output encrypted as though 64bit cfb mode is being used. |