From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web09.3022.1649206227234958907 for ; Tue, 05 Apr 2022 17:50:27 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@linux.microsoft.com header.s=default header.b=dBC0b2El; spf=pass (domain: linux.microsoft.com, ip: 13.77.154.182, mailfrom: mikuback@linux.microsoft.com) Received: from localhost.localdomain (unknown [47.201.46.36]) by linux.microsoft.com (Postfix) with ESMTPSA id E6AAC20DFD88; Tue, 5 Apr 2022 17:50:25 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com E6AAC20DFD88 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1649206226; bh=mR1wW8lBgmhp6BtsrFpSDwDdJYMD+rT8Lanfsv5WyUw=; h=From:To:Cc:Subject:Date:From; b=dBC0b2ElhWh/DAe9EMzAzBj2OHbChjuqCdX3np4AdovnAvJr79goJ5FNBG9KGUZgO m1QufhIC5FIVjeC98PqYUbwxAZwPnlYL7cdiXtC82w/0+OS+Wi5mrMyV2wSxDjQvTa mWkL8oRfC0Qp7YPCIKj5/m1xVc+nR0mChgLjH758= From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Jiewen Yao , Jian J Wang , Xiaoyu Lu , Guomin Jiang Subject: [PATCH v1 1/1] CryptoPkg/TlsLibNull: Remove MU_CHANGE comment markers Date: Tue, 5 Apr 2022 20:50:00 -0400 Message-Id: <20220406005000.122-1-mikuback@linux.microsoft.com> X-Mailer: git-send-email 2.28.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Kubacki MU_CHANGE tags are used in a different project (Project Mu) to highlight deviations from Tianocore. Therefore, the comments are not needed when the changes are present in a Tianocore repository. Cc: Jiewen Yao Cc: Jian J Wang Cc: Xiaoyu Lu Cc: Guomin Jiang Signed-off-by: Michael Kubacki --- CryptoPkg/Library/TlsLibNull/TlsConfigNull.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CryptoPkg/Library/TlsLibNull/TlsConfigNull.c b/CryptoPkg/Lib= rary/TlsLibNull/TlsConfigNull.c index b5d9aca06535..03726fd7264c 100644 --- a/CryptoPkg/Library/TlsLibNull/TlsConfigNull.c +++ b/CryptoPkg/Library/TlsLibNull/TlsConfigNull.c @@ -130,8 +130,6 @@ TlsSetVerify ( ASSERT (FALSE); } =20 -// MU_CHANGE - Proposed fixes for TCBZ960, invalid domain name (CN) acce= pted. [BEGIN] - /** Set the specified host name to be verified. =20 @@ -156,8 +154,6 @@ TlsSetVerifyHost ( return EFI_UNSUPPORTED; } =20 -// MU_CHANGE - Proposed fixes for TCBZ960, invalid domain name (CN) acce= pted. [END] - /** Sets a TLS/SSL session ID to be used during TLS/SSL connect. =20 --=20 2.28.0.windows.1