summaryrefslogtreecommitdiff
path: root/crypto/openssl/crypto/des/ofb64enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/des/ofb64enc.c')
-rw-r--r--crypto/openssl/crypto/des/ofb64enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/crypto/des/ofb64enc.c b/crypto/openssl/crypto/des/ofb64enc.c
index 30976c871daa1..5796980c18653 100644
--- a/crypto/openssl/crypto/des/ofb64enc.c
+++ b/crypto/openssl/crypto/des/ofb64enc.c
@@ -7,7 +7,7 @@
* https://www.openssl.org/source/license.html
*/
-#include "des_locl.h"
+#include "des_local.h"
/*
* The input and output encrypted as though 64bit ofb mode is being used.