1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:07:35 +00:00

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
parent d6d6750dd8
commit b5f24c84e4

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 };