summaryrefslogtreecommitdiff
path: root/security/bzrtp/files/patch-CMakeLists.txt
blob: 06cb1f86496424b6bc359c110a469c5c1931c9e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- CMakeLists.txt.orig	2025-03-26 18:23:19 UTC
+++ CMakeLists.txt
@@ -46,6 +46,7 @@ check_library_exists("m" "sqrt" "" HAVE_SQRT)
 include(CheckLibraryExists)
 check_library_exists("m" "sqrt" "" HAVE_SQRT)
 
+find_package(OpenSSL REQUIRED)
 find_package(BCToolbox 5.3.0 REQUIRED OPTIONAL_COMPONENTS tester)
 if(ENABLE_PQCRYPTO)
 	find_package(PostQuantumCryptoEngine 5.3.0 REQUIRED)