summaryrefslogtreecommitdiff
path: root/lib/libcrypto/des/str2key.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypto/des/str2key.c')
-rw-r--r--lib/libcrypto/des/str2key.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/des/str2key.c b/lib/libcrypto/des/str2key.c
index 9c2054bda6b..1077f99d1b2 100644
--- a/lib/libcrypto/des/str2key.c
+++ b/lib/libcrypto/des/str2key.c
@@ -56,8 +56,8 @@
* [including the GNU Public Licence.]
*/
-#include "des_locl.h"
#include <openssl/crypto.h>
+#include "des_locl.h"
void DES_string_to_key(const char *str, DES_cblock *key)
{