Index: head/www/edbrowse/files/patch-src-http.c =================================================================== --- head/www/edbrowse/files/patch-src-http.c (nonexistent) +++ head/www/edbrowse/files/patch-src-http.c (revision 483951) @@ -0,0 +1,12 @@ +--- src/http.c.orig 2018-06-27 17:42:33 UTC ++++ src/http.c +@@ -1555,7 +1555,9 @@ void ebcurl_setError(CURLcode curlret, c + break; + + case CURLE_PEER_FAILED_VERIFICATION: ++#if LIBCURL_VERSION_NUM < 0x073e00 + case CURLE_SSL_CACERT: ++#endif + (*fn) (MSG_NoCertify, host); + break; + Property changes on: head/www/edbrowse/files/patch-src-http.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property