winbuild: Fixed static OpenSSL builds following commit c50ce85918
This commit is contained in:
parent
65467cf9cb
commit
f997787d89
@ -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…
x
Reference in New Issue
Block a user