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