libpcap: update to 1.10.1
[openwrt/openwrt.git] / package / libs / libpcap / patches / 100-no-openssl.patch
1 --- a/CMakeLists.txt
2 +++ b/CMakeLists.txt
3 @@ -1042,7 +1042,6 @@ endif()
4 #
5 # OpenSSL/libressl.
6 #
7 -find_package(OpenSSL)
8 if(OPENSSL_FOUND)
9 #
10 # We have OpenSSL.