summaryrefslogtreecommitdiff
path: root/crypto/openssl/crypto/rc2/rc2ofb64.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/rc2/rc2ofb64.c')
-rw-r--r--crypto/openssl/crypto/rc2/rc2ofb64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/crypto/rc2/rc2ofb64.c b/crypto/openssl/crypto/rc2/rc2ofb64.c
index d610278a9bdcb..61b2c56434bfe 100644
--- a/crypto/openssl/crypto/rc2/rc2ofb64.c
+++ b/crypto/openssl/crypto/rc2/rc2ofb64.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 ofb mode is being used.