From 0eefd06af015ab8043fda71ade7101eeaf8ef97c Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Thu, 12 Apr 2007 22:13:14 +0000 Subject: [PATCH] removed HAVE_IOCTLSOCKET define; updated OpenSSL version to have users use latest. --- win32/Makefile.win32 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/win32/Makefile.win32 b/win32/Makefile.win32 index 13dd243..3be8e8c 100644 --- a/win32/Makefile.win32 +++ b/win32/Makefile.win32 @@ -14,7 +14,7 @@ endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH -OPENSSL_PATH = ../../openssl-0.9.8d +OPENSSL_PATH = ../../openssl-0.9.8e endif # Edit the path below to point to your Distribution folder. @@ -65,7 +65,6 @@ ZIP = zip -qzr9 # Global flags for all compilers CFLAGS = $(OPT) -D$(DB) -DWIN32 -DLIBSSH2_WIN32 # -DHAVE_CONFIG_H -CFLAGS += -DHAVE_IOCTLSOCKET ifeq ($(CC),mwcc) LD = mwld