Changeset 85142 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jul 9, 2020 8:39:43 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139088
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/http-curl.cpp
r85139 r85142 3561 3561 pProxy->enmProxyType = RTHTTPPROXYTYPE_HTTP; 3562 3562 break; 3563 #ifdef CURL_AT_LEAST_VERSION 3564 # if CURL_AT_LEAST_VERSION(7,52,0) 3563 3565 case CURLPROXY_HTTPS: 3564 3566 pProxy->enmProxyType = RTHTTPPROXYTYPE_HTTPS; 3565 3567 break; 3568 # endif 3569 #endif 3566 3570 case CURLPROXY_SOCKS4: 3567 3571 case CURLPROXY_SOCKS4A:
Note:
See TracChangeset
for help on using the changeset viewer.