diff options
Diffstat (limited to 'crypto/rc5/rc5ofb64.c')
-rw-r--r-- | crypto/rc5/rc5ofb64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rc5/rc5ofb64.c b/crypto/rc5/rc5ofb64.c index 30cc0e4f21..c3ae5d8c05 100644 --- a/crypto/rc5/rc5ofb64.c +++ b/crypto/rc5/rc5ofb64.c @@ -8,7 +8,7 @@ */ #include <openssl/rc5.h> -#include "rc5_locl.h" +#include "rc5_local.h" /* * The input and output encrypted as though 64bit ofb mode is being used. |