Skip to content

Commit

Permalink
Windows: update to openssl 1.1.1k
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Apr 30, 2021
1 parent 9276281 commit 7749563
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/Makevars.ucrt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CRT=-ucrt
include Makevars.win
4 changes: 2 additions & 2 deletions src/Makevars.win
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION = 1.1.1g
VERSION = 1.1.1k
PKG_CPPFLAGS = -I../windows/openssl-$(VERSION)/include
PKG_LIBS = -Lbcrypt -lstatbcrypt -L../windows/openssl-$(VERSION)/lib${R_ARCH} \
PKG_LIBS = -Lbcrypt -lstatbcrypt -L../windows/openssl-$(VERSION)/lib${R_ARCH}${CRT} \
-lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32
STATLIB = bcrypt/libstatbcrypt.a
LIBBCRYPT = bcrypt/bcrypt_pbkdf.o bcrypt/blowfish.o
Expand Down

0 comments on commit 7749563

Please sign in to comment.