Skip to content

Commit c45560f

Browse files
committed
add some missing libs to openssl
1 parent 2d1274d commit c45560f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

vendor/openssl/openssl.gypi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1272,6 +1272,10 @@
12721272
'openssl_default_libraries_win': [
12731273
'-lgdi32.lib',
12741274
'-luser32.lib',
1275+
'-lwsock32.lib',
1276+
'-lwinhttp.lib',
1277+
'-lcrypt32.lib',
1278+
'-lrpcrt4.lib'
12751279
],
12761280
'openssl_default_defines_not_win': [
12771281
# ENGINESDIR must be defined if OPENSSLDIR is.

0 commit comments

Comments
 (0)