From d1571ce00a8e2a5da8771d9897e54c4f19fca54b Mon Sep 17 00:00:00 2001 From: Ali Mohammad Pur Date: Wed, 12 Aug 2020 02:15:13 +0430 Subject: [PATCH] LibTLS: Re-silence a debug log https://github.com/SerenityOS/serenity/commit/bc7a149039538f26e10444f38db6682d5df57333#r41386045 --- Libraries/LibTLS/Record.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/LibTLS/Record.cpp b/Libraries/LibTLS/Record.cpp index 7e655df8934..ddd34379d5b 100644 --- a/Libraries/LibTLS/Record.cpp +++ b/Libraries/LibTLS/Record.cpp @@ -140,7 +140,7 @@ ByteBuffer TLSv12::hmac_message(const ReadonlyBytes& buf, const Optional