summaryrefslogtreecommitdiff
path: root/openbsd-compat/xcrypt.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-08-11 23:00:33 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-08-11 23:00:33 +1000
commitbc8c8f36fbd430e3e041cf9bb70c10206058757c (patch)
tree0691fbeb26c2b24c1c8fbf03dadf5453ccd8e2fb /openbsd-compat/xcrypt.c
parentec0943a96c80c920bee584240a889ae7b619b4e8 (diff)
- (dtucker) [openbsd-compat/xcrypt.c] Remove Cygwin #ifdef block (duplicate
in bsd-cygwin_util.h).
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{