From b5f24c84e450d9bfc794a5c656f9bcf17faf6556 Mon Sep 17 00:00:00 2001 From: AnotherTest Date: Sun, 7 Feb 2021 07:20:26 +0330 Subject: [PATCH] LibTLS: Remove long-outdated comment that no longer makes sense --- Userland/Libraries/LibTLS/TLSv12.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Userland/Libraries/LibTLS/TLSv12.h b/Userland/Libraries/LibTLS/TLSv12.h index 6633cedf87..4e3562008f 100644 --- a/Userland/Libraries/LibTLS/TLSv12.h +++ b/Userland/Libraries/LibTLS/TLSv12.h @@ -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 };