소스 검색

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

AnotherTest 4 년 전
부모
커밋
b5f24c84e4
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      Userland/Libraries/LibTLS/TLSv12.h

+ 0 - 1
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 };