mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
11 lines
320 B
Diff
11 lines
320 B
Diff
--- plug-ins/sslstrip/sslstrip.c
|
|
+++ plug-ins/sslstrip/sslstrip.c
|
|
@@ -51,7 +51,7 @@
|
|
|
|
#include <curl/curl.h>
|
|
|
|
-#if (LIBCURL_VERSION_MAJOR < 7) || (LIBCURL_VERSION_MINOR < 26)
|
|
+#if (LIBCURL_VERSION_MAJOR < 7) || (LIBCURL_VERSION_MAJOR == 7 && LIBCURL_VERSION_MINOR < 26)
|
|
#error libcurl 7.26.0 or up is needed
|
|
#endif
|
|
|