diff options
Diffstat (limited to 'openssl/crypto/des/str2key.c')
-rw-r--r-- | openssl/crypto/des/str2key.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/crypto/des/str2key.c b/openssl/crypto/des/str2key.c index 9c2054bda..1077f99d1 100644 --- a/openssl/crypto/des/str2key.c +++ b/openssl/crypto/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) { |