Skip to content

Commit 232d545

Browse files
committed
sync with openssl 2.3.2
1 parent 25fd5dc commit 232d545

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/winlibs.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
if(!file.exists("../windows/libssl/include/openssl/pem.h")){
22
unlink("../windows", recursive = TRUE)
33
url <- if(grepl("aarch", R.version$platform)){
4-
"https://github.com/r-windows/bundles/releases/download/openssl-3.3.0/openssl-3.3.0-clang-aarch64.tar.xz"
4+
"https://github.com/r-windows/bundles/releases/download/openssl-3.4.0/openssl-3.4.0-clang-aarch64.tar.xz"
55
} else if(grepl("clang", Sys.getenv('R_COMPILED_BY'))){
6-
"https://github.com/r-windows/bundles/releases/download/openssl-3.3.0/openssl-3.3.0-clang-x86_64.tar.xz"
6+
"https://github.com/r-windows/bundles/releases/download/openssl-3.4.0/openssl-3.4.0-clang-x86_64.tar.xz"
77
} else if(getRversion() >= "4.2") {
8-
"https://github.com/r-windows/bundles/releases/download/openssl-3.3.0/openssl-3.3.0-ucrt-x86_64.tar.xz"
8+
"https://github.com/r-windows/bundles/releases/download/openssl-3.4.0/openssl-3.4.0-ucrt-x86_64.tar.xz"
99
} else {
1010
"https://github.com/rwinlib/openssl/archive/v3.1.1.tar.gz"
1111
}

0 commit comments

Comments
 (0)