summaryrefslogtreecommitdiff
path: root/openbsd-compat/xcrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/xcrypt.c')
-rw-r--r--openbsd-compat/xcrypt.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/openbsd-compat/xcrypt.c b/openbsd-compat/xcrypt.c
index ec28b7ccb..882185718 100644
--- a/openbsd-compat/xcrypt.c
+++ b/openbsd-compat/xcrypt.c
@@ -55,13 +55,6 @@
55# include "md5crypt.h" 55# include "md5crypt.h"
56# endif 56# endif
57 57
58# ifdef HAVE_CYGWIN
59# undef ERROR
60# include <windows.h>
61# include <sys/cygwin.h>
62# define is_winnt (GetVersion() < 0x80000000)
63# endif
64
65char * 58char *
66xcrypt(const char *password, const char *salt) 59xcrypt(const char *password, const char *salt)
67{ 60{