Core/Crypto: Change required OpenSSL version to 3.0

This commit is contained in:
Shauren
2024-05-12 16:19:53 +02:00
parent 728e7c7fcf
commit 020d087465

View File

@@ -11,7 +11,7 @@
# basic packagesearching and setup
# (further support will be needed, this is a preliminary release!)
find_package(OpenSSL 1.1 REQUIRED COMPONENTS Crypto SSL)
find_package(OpenSSL 3 REQUIRED COMPONENTS Crypto SSL)
add_library(openssl INTERFACE)