diff options
| author | levlam <levlam@telegram.org> | 2019-01-31 14:26:06 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2019-01-31 14:26:06 +0300 |
| commit | 7d28b73f5ee0cd5c7c774d68415717e144620d86 (patch) | |
| tree | 4473dfd07b0d32f684d0c160015006051d2270d1 /benchmark/bench_handshake.cpp | |
| parent | 8a80571903a78debedda10ab6c94579dca8f1e13 (diff) | |
Move DhHandshake to DhHandshake.{cpp,h}.
GitOrigin-RevId: b34d9ae18e2106d3843223bc8609f5a89b6568f6
Diffstat (limited to 'benchmark/bench_handshake.cpp')
| -rw-r--r-- | benchmark/bench_handshake.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bench_handshake.cpp b/benchmark/bench_handshake.cpp index f59afe608..05f3185ff 100644 --- a/benchmark/bench_handshake.cpp +++ b/benchmark/bench_handshake.cpp @@ -6,7 +6,7 @@ // #include "td/utils/benchmark.h" // for bench, do_not_optimize_away, etc -#include "td/mtproto/crypto.h" +#include "td/mtproto/DhHandshake.h" #include "td/utils/base64.h" #include "td/utils/logging.h" |
