diff options
author | Darren Tucker <dtucker@zip.com.au> | 2003-08-11 23:00:33 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2003-08-11 23:00:33 +1000 |
commit | bc8c8f36fbd430e3e041cf9bb70c10206058757c (patch) | |
tree | 0691fbeb26c2b24c1c8fbf03dadf5453ccd8e2fb /openbsd-compat/xcrypt.c | |
parent | ec0943a96c80c920bee584240a889ae7b619b4e8 (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.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/openbsd-compat/xcrypt.c b/openbsd-compat/xcrypt.c index ec28b7cc..88218571 100644 --- a/openbsd-compat/xcrypt.c +++ b/openbsd-compat/xcrypt.c @@ -55,13 +55,6 @@ # include "md5crypt.h" # endif -# ifdef HAVE_CYGWIN -# undef ERROR -# include <windows.h> -# include <sys/cygwin.h> -# define is_winnt (GetVersion() < 0x80000000) -# endif - char * xcrypt(const char *password, const char *salt) { |