diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-06-05 23:19:00 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-06-05 23:19:00 +0100 |
commit | f997787d89cce246a66dcb6ab10e48874835dcd8 (patch) | |
tree | 9da46339fe944ab0a9d43ec33c7931a3266b6346 /winbuild | |
parent | 65467cf9cb3397f4ecc3318158628663718fa964 (diff) | |
download | curl-f997787d89cce246a66dcb6ab10e48874835dcd8.tar.gz |
winbuild: Fixed static OpenSSL builds following commit c50ce85918
Diffstat (limited to 'winbuild')
-rw-r--r-- | winbuild/MakefileBuild.vc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winbuild/MakefileBuild.vc b/winbuild/MakefileBuild.vc index 58ed70895..828fe4f0a 100644 --- a/winbuild/MakefileBuild.vc +++ b/winbuild/MakefileBuild.vc @@ -112,7 +112,7 @@ SSL_LIBS = libeay32.lib ssleay32.lib USE_SSL = true
SSL = dll
!ELSEIF "$(WITH_SSL)"=="static"
-SSL_LIBS = libeay32.lib ssleay32.lib gdi32.lib user32.lib
+SSL_LIBS = libeay32.lib ssleay32.lib gdi32.lib user32.lib crypt32.lib
USE_SSL = true
SSL = static
!ENDIF
|