Skip to content

Commit e37899b

Browse files
committed
Test rtools openssl
1 parent a265b56 commit e37899b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Makevars.win

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
PKG_CONFIG ?= $(BINPREF)pkg-config
22
OPENSSL_LIBS := $(shell $(PKG_CONFIG) --libs openssl)
33

4-
ifneq ($(OPENSSL_LIBS),)
5-
$(info using OpenSSL from Rtools)
6-
OPENSSL_CFLAGS := $(shell $(PKG_CONFIG) --cflags openssl)
7-
else
84
RWINLIB = ../windows/libssl
95
TARGET = lib$(subst gcc,,$(COMPILED_BY))$(R_ARCH)
106
OPENSSL_CFLAGS = -I$(RWINLIB)/include
117
OPENSSL_LIBS = -L$(RWINLIB)/$(TARGET) -L$(RWINLIB)/lib -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32
12-
endif
138

149
STATLIB = bcrypt/libstatbcrypt.a
1510
LIBBCRYPT = bcrypt/bcrypt_pbkdf.o bcrypt/blowfish.o

0 commit comments

Comments
 (0)