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

15 lines
465 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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.