aboutsummaryrefslogtreecommitdiff
path: root/crypto/rc5/rc5ofb64.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rc5/rc5ofb64.c')
-rw-r--r--crypto/rc5/rc5ofb64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rc5/rc5ofb64.c b/crypto/rc5/rc5ofb64.c
index 3a41d773cb6e..224eb968579c 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.