diff options
Diffstat (limited to 'protocols/Telegram/tdlib/td/td/mtproto/Handshake.h')
-rw-r--r-- | protocols/Telegram/tdlib/td/td/mtproto/Handshake.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/protocols/Telegram/tdlib/td/td/mtproto/Handshake.h b/protocols/Telegram/tdlib/td/td/mtproto/Handshake.h index e53eda6f61..e0a79ecfdd 100644 --- a/protocols/Telegram/tdlib/td/td/mtproto/Handshake.h +++ b/protocols/Telegram/tdlib/td/td/mtproto/Handshake.h @@ -1,5 +1,5 @@ // -// Copyright Aliaksei Levin (levlam@telegram.org), Arseny Smirnov (arseny30@gmail.com) 2014-2022 +// Copyright Aliaksei Levin (levlam@telegram.org), Arseny Smirnov (arseny30@gmail.com) 2014-2023 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -9,7 +9,6 @@ #include "td/mtproto/AuthKey.h" #include "td/mtproto/RSA.h" -#include "td/utils/buffer.h" #include "td/utils/common.h" #include "td/utils/Slice.h" #include "td/utils/Status.h" @@ -94,7 +93,7 @@ class AuthKeyHandshake { UInt128 server_nonce_; UInt256 new_nonce_; - BufferSlice last_query_; + string last_query_; static string store_object(const mtproto_api::Object &object); |