aboutsummaryrefslogtreecommitdiff
path: root/crypto/des/str2key.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/des/str2key.c')
-rw-r--r--crypto/des/str2key.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/des/str2key.c b/crypto/des/str2key.c
index e18d726522ba..61db60512567 100644
--- a/crypto/des/str2key.c
+++ b/crypto/des/str2key.c
@@ -8,7 +8,7 @@
*/
#include <openssl/crypto.h>
-#include "des_locl.h"
+#include "des_local.h"
void DES_string_to_key(const char *str, DES_cblock *key)
{