aboutsummaryrefslogtreecommitdiff
path: root/crypto/des/pcbc_enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/des/pcbc_enc.c')
-rw-r--r--crypto/des/pcbc_enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/des/pcbc_enc.c b/crypto/des/pcbc_enc.c
index 0fa058f03f07..3490592741c6 100644
--- a/crypto/des/pcbc_enc.c
+++ b/crypto/des/pcbc_enc.c
@@ -7,7 +7,7 @@
* https://www.openssl.org/source/license.html
*/
-#include "des_locl.h"
+#include "des_local.h"
void DES_pcbc_encrypt(const unsigned char *input, unsigned char *output,
long length, DES_key_schedule *schedule,