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