aboutsummaryrefslogtreecommitdiff
path: root/crypto/rc2/rc2cfb64.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rc2/rc2cfb64.c')
-rw-r--r--crypto/rc2/rc2cfb64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rc2/rc2cfb64.c b/crypto/rc2/rc2cfb64.c
index e11093db9e21..8d1c3a4d8f66 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.