mirror of
https://github.com/curl/curl.git
synced 2026-05-30 06:17:28 +03:00
winbuild: Fixed static OpenSSL builds following commit c50ce85918
This commit is contained in:
parent
65467cf9cb
commit
f997787d89
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue