diff options
author | Seonah Moon <seonah1.moon@samsung.com> | 2016-04-07 10:07:19 +0900 |
---|---|---|
committer | Seonah Moon <seonah1.moon@samsung.com> | 2016-04-07 10:07:40 +0900 |
commit | 31368b6eac8092a307849518e912b4c475c0238a (patch) | |
tree | e5cfc1f4bc28cd81e93a96f9707a0efb143d278a /src/Makefile.b32 | |
parent | ff9f0eb35d80c251e9a54162eae18f44349ae59d (diff) | |
download | curl-31368b6eac8092a307849518e912b4c475c0238a.tar.gz curl-31368b6eac8092a307849518e912b4c475c0238a.tar.bz2 curl-31368b6eac8092a307849518e912b4c475c0238a.zip |
Imported Upstream version 7.44.0
Change-Id: Iacb2e604edff0cb8e7687289419ad1908a7a9de6
Diffstat (limited to 'src/Makefile.b32')
-rw-r--r-- | src/Makefile.b32 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.b32 b/src/Makefile.b32 index 6638a0115..85fe49f8d 100644 --- a/src/Makefile.b32 +++ b/src/Makefile.b32 @@ -27,7 +27,7 @@ ZLIB_PATH = ..\..\zlib-1.2.8 # Edit the path below to point to the base of your OpenSSL package. !ifndef OPENSSL_PATH -OPENSSL_PATH = ..\..\openssl-0.9.8zc +OPENSSL_PATH = ..\..\openssl-1.0.2a !endif # Set program's name @@ -67,7 +67,7 @@ LINKLIB = $(LINKLIB) $(ZLIB_PATH)\zlib.lib # SSL support is enabled setting WITH_SSL=1 !ifdef WITH_SSL -DEFINES = $(DEFINES) -DUSE_SSLEAY +DEFINES = $(DEFINES) -DUSE_OPENSSL INCDIRS = $(INCDIRS);$(OPENSSL_PATH)\inc32;$(OPENSSL_PATH)\inc32\openssl LINKLIB = $(LINKLIB) $(OPENSSL_PATH)\out32\ssleay32.lib $(OPENSSL_PATH)\out32\libeay32.lib !endif |