Skip to content

Commit

Permalink
sync with openssl 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMarvin committed May 17, 2024
1 parent 14fe90b commit f4a3b5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/winlibs.R
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
if(!file.exists("../windows/libssl/include/openssl/pem.h")){
unlink("../windows", recursive = TRUE)
url <- if(grepl("aarch", R.version$platform)){
"https://github.com/r-windows/bundles/releases/download/openssl-3.1.2/openssl-3.1.2-clang-aarch64.tar.xz"
"https://github.com/r-windows/bundles/releases/download/openssl-3.3.0/openssl-3.3.0-clang-aarch64.tar.xz"
} else if(grepl("clang", Sys.getenv('R_COMPILED_BY'))){
"https://github.com/r-windows/bundles/releases/download/openssl-3.1.2/openssl-3.1.2-clang-x86_64.tar.xz"
"https://github.com/r-windows/bundles/releases/download/openssl-3.3.0/openssl-3.3.0-clang-x86_64.tar.xz"
} else if(getRversion() >= "4.2") {
"https://github.com/r-windows/bundles/releases/download/openssl-3.1.2/openssl-3.1.2-ucrt-x86_64.tar.xz"
"https://github.com/r-windows/bundles/releases/download/openssl-3.3.0/openssl-3.3.0-ucrt-x86_64.tar.xz"
} else {
"https://github.com/rwinlib/openssl/archive/v3.1.1.tar.gz"
}
Expand Down

0 comments on commit f4a3b5e

Please sign in to comment.