aboutsummaryrefslogtreecommitdiffhomepage
path: root/tdnet/td/net/Wget.cpp
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2022-11-11 14:23:43 +0300
committerlevlam <levlam@telegram.org>2022-11-11 14:23:43 +0300
commit28d1dd02e92b58e9fdaf53941112faa40e91968a (patch)
tree24d99023a6ba9e5ae0f34242b6bbbc15b0a94828 /tdnet/td/net/Wget.cpp
parent32456872af2a143779527680bf431c0e4fed234e (diff)
Make SslCtx public.
Diffstat (limited to 'tdnet/td/net/Wget.cpp')
-rw-r--r--tdnet/td/net/Wget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdnet/td/net/Wget.cpp b/tdnet/td/net/Wget.cpp
index 8d35bc584..208c3cb94 100644
--- a/tdnet/td/net/Wget.cpp
+++ b/tdnet/td/net/Wget.cpp
@@ -25,7 +25,7 @@
namespace td {
Wget::Wget(Promise<unique_ptr<HttpQuery>> promise, string url, std::vector<std::pair<string, string>> headers,
- int32 timeout_in, int32 ttl, bool prefer_ipv6, SslStream::VerifyPeer verify_peer, string content,
+ int32 timeout_in, int32 ttl, bool prefer_ipv6, SslCtx::VerifyPeer verify_peer, string content,
string content_type)
: promise_(std::move(promise))
, input_url_(std::move(url))