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