LibTLS: Remove long-outdated comment that no longer makes sense

This commit is contained in:
AnotherTest 2021-02-07 07:20:26 +03:30 committed by Andreas Kling
commit b5f24c84e4
Notes: sideshowbarker 2024-07-18 20:53:26 +09:00

View file

@ -203,7 +203,6 @@ struct Context {
static void print_file(const StringView& fname);
u8 remote_random[32];
// To be predictable
u8 local_random[32];
u8 session_id[32];
u8 session_id_size { 0 };