mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
Fix build with curl 7.62.0
This commit is contained in:
parent
5815816e6e
commit
bdaa822924
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483943
12
databases/tarantool/files/patch-src-httpc.c
Normal file
12
databases/tarantool/files/patch-src-httpc.c
Normal file
@ -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;
|
Loading…
Reference in New Issue
Block a user