]> git.pld-linux.org Git - packages/bacula.git/blob - libs3-curl.patch
x32.patch updated
[packages/bacula.git] / libs3-curl.patch
1 diff -dur -x '*~' libs3-20181010.orig/src/request.c libs3-20181010/src/request.c
2 --- libs3-20181010.orig/src/request.c   2016-12-14 19:17:36.000000000 +0100
3 +++ libs3-20181010/src/request.c        2019-03-04 13:10:25.000000000 +0100
4 @@ -1701,11 +1701,6 @@
5          return S3StatusConnectionFailed;
6      case CURLE_PARTIAL_FILE:
7          return S3StatusOK;
8 -#if LIBCURL_VERSION_NUM >= 0x071101 /* 7.17.1 */
9 -    case CURLE_PEER_FAILED_VERIFICATION:
10 -#else
11 -    case CURLE_SSL_PEER_CERTIFICATE:
12 -#endif
13      case CURLE_SSL_CACERT:
14          return S3StatusServerFailedVerification;
15      default:
This page took 0.057611 seconds and 3 git commands to generate.