summaryrefslogtreecommitdiffstats
path: root/crypto/des/fcrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/des/fcrypt.c')
-rw-r--r--crypto/des/fcrypt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/des/fcrypt.c b/crypto/des/fcrypt.c
index 91811168c6..de0a528640 100644
--- a/crypto/des/fcrypt.c
+++ b/crypto/des/fcrypt.c
@@ -9,8 +9,6 @@
#include <openssl/ebcdic.h>
#endif
-#include <openssl/crypto.h>
-
/* This version of crypt has been developed from my MIT compatible
* DES library.
* Eric Young (eay@cryptsoft.com)
@@ -24,6 +22,7 @@
* defined 24.
*/
+#include <openssl/crypto.h>
#include "des_locl.h"
/* Added more values to handle illegal salt values the way normal