We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1652cc commit 481506bCopy full SHA for 481506b
src/Makevars.win
@@ -8,7 +8,7 @@ else
8
RWINLIB = ../windows/libssl
9
TARGET = lib$(subst gcc,,$(COMPILED_BY))$(R_ARCH)
10
OPENSSL_CFLAGS = -I$(RWINLIB)/include
11
-OPENSSL_LIBS = -L$(RWINLIB)/$(TARGET) -L$(RWINLIB)/lib -lssl -lcrypto -lz -lws2_32 -lgdi32 -lcrypt32
+OPENSSL_LIBS = -L$(RWINLIB)/$(TARGET) -L$(RWINLIB)/lib -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32
12
endif
13
14
STATLIB = bcrypt/libstatbcrypt.a
0 commit comments