aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/openssl/unix/CMakeLists.txt1
-rw-r--r--ports/openssl/vcpkg.json2
2 files changed, 1 insertions, 2 deletions
diff --git a/ports/openssl/unix/CMakeLists.txt b/ports/openssl/unix/CMakeLists.txt
index 2c0fdcee6..4ce91228c 100644
--- a/ports/openssl/unix/CMakeLists.txt
+++ b/ports/openssl/unix/CMakeLists.txt
@@ -205,7 +205,6 @@ else()
no-zlib
no-ssl2
no-idea
- no-bf
no-cast
no-seed
no-md2
diff --git a/ports/openssl/vcpkg.json b/ports/openssl/vcpkg.json
index 462e3b6cb..d7a4a76e0 100644
--- a/ports/openssl/vcpkg.json
+++ b/ports/openssl/vcpkg.json
@@ -1,7 +1,7 @@
{
"name": "openssl",
"version-string": "1.1.1k",
- "port-version": 2,
+ "port-version": 3,
"description": "OpenSSL is an open source project that provides a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols. It is also a general-purpose cryptography library.",
"homepage": "https://www.openssl.org"
}