From: Michael Kubacki Date: Wed, 6 Apr 2022 00:50:00 +0000 (+0800) Subject: CryptoPkg/TlsLibNull: Remove MU_CHANGE comment markers X-Git-Tag: edk2-stable202205~98 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=f3da13461cbed699e54b1d7ef3fba5144cc3b3b4 CryptoPkg/TlsLibNull: Remove MU_CHANGE comment markers 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 Reviewed-by: Jiewen Yao --- diff --git a/CryptoPkg/Library/TlsLibNull/TlsConfigNull.c b/CryptoPkg/Library/TlsLibNull/TlsConfigNull.c index b5d9aca065..03726fd726 100644 --- a/CryptoPkg/Library/TlsLibNull/TlsConfigNull.c +++ b/CryptoPkg/Library/TlsLibNull/TlsConfigNull.c @@ -130,8 +130,6 @@ TlsSetVerify ( ASSERT (FALSE); } -// MU_CHANGE - Proposed fixes for TCBZ960, invalid domain name (CN) accepted. [BEGIN] - /** Set the specified host name to be verified. @@ -156,8 +154,6 @@ TlsSetVerifyHost ( return EFI_UNSUPPORTED; } -// MU_CHANGE - Proposed fixes for TCBZ960, invalid domain name (CN) accepted. [END] - /** Sets a TLS/SSL session ID to be used during TLS/SSL connect.