Index: head/databases/tarantool/files/patch-src-httpc.c =================================================================== --- head/databases/tarantool/files/patch-src-httpc.c (nonexistent) +++ head/databases/tarantool/files/patch-src-httpc.c (revision 483943) @@ -0,0 +1,12 @@ +--- src/httpc.c.orig 2018-10-12 19:53:35 UTC ++++ src/httpc.c +@@ -333,7 +333,9 @@ httpc_execute(struct httpc_request *req, + ++env->stat.http_other_responses; + } + break; ++#if LIBCURL_VERSION_NUM < 0x073e00 + case CURLE_SSL_CACERT: ++#endif + case CURLE_PEER_FAILED_VERIFICATION: + /* 495 SSL Certificate Error (nginx non-standard) */ + req->status = 495; Property changes on: head/databases/tarantool/files/patch-src-httpc.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