aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/libpcap/patches/100-no-openssl.patch
blob: 56896ad8ba1fa1156edc275765f55a841a26e342 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1042,7 +1042,6 @@ endif()
 #
 # OpenSSL/libressl.
 #
-find_package(OpenSSL)
 if(OPENSSL_FOUND)
   #
   # We have OpenSSL.