winbuild: Fixed static OpenSSL builds following commit c50ce85918

This commit is contained in:
Steve Holme 2014-06-05 23:19:00 +01:00
parent 65467cf9cb
commit f997787d89
1 changed files with 1 additions and 1 deletions

View File

@ -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