]> sjero.net Git - wget/blobdiff - windows/Makefile.src
[svn] Windows update from Herold Heiko.
[wget] / windows / Makefile.src
index ab7cd5b5bc6add182802747c6a706edea3c021bf..c6d5f9c96dc301c64593a234b6eff42063249202 100644 (file)
 # Version: 1.4.4
 #
 
-#Uncomment these if you have openssl available
-#SSLDEFS       =       /DHAVE_SSL
-#SSLLIBS       =       libeay32.lib ssleay32.lib
-#SSLSRC        =       gen_sslfunc.c
-#SSLOBJ        =       gen_sslfunc$o
+#Comment these if you don't have openssl available - however https
+#won't work.
+SSLDEFS        =       /DHAVE_SSL
+SSLLIBS        =       libeay32.lib ssleay32.lib
+SSLSRC =       gen_sslfunc.c
+SSLOBJ =       gen_sslfunc$o
 
 SHELL = command