ports/net/ettercap/patches/patch-plug-ins_sslstrip_sslstrip_c

14 lines
465 B
Text

Index: plug-ins/sslstrip/sslstrip.c
--- plug-ins/sslstrip/sslstrip.c.orig
+++ plug-ins/sslstrip/sslstrip.c
@@ -53,10 +53,6 @@
#include <curl/curl.h>
-#if (LIBCURL_VERSION_MAJOR < 7) || (LIBCURL_VERSION_MINOR < 26)
-#error libcurl 7.26.0 or up is needed
-#endif
-
/*
* This plugin will basically replace all https links sent to the user's browser with http
* but keep track of those https links to send a proper HTTPS request to the links when requested.