summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kubacki <michael.kubacki@microsoft.com>2022-04-06 08:50:00 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-04-14 14:50:20 +0000
commitf3da13461cbed699e54b1d7ef3fba5144cc3b3b4 (patch)
tree3f7369eea91ee8550626ee5b4362a2a803dc8b37
parent0c901fcc200e411b78b9ca42d07d5ea4aaa13b21 (diff)
downloadedk2-f3da13461cbed699e54b1d7ef3fba5144cc3b3b4.tar.gz
edk2-f3da13461cbed699e54b1d7ef3fba5144cc3b3b4.tar.bz2
edk2-f3da13461cbed699e54b1d7ef3fba5144cc3b3b4.zip
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 <jiewen.yao@intel.com> Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Xiaoyu Lu <xiaoyu1.lu@intel.com> Cc: Guomin Jiang <guomin.jiang@intel.com> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
-rw-r--r--CryptoPkg/Library/TlsLibNull/TlsConfigNull.c4
1 files changed, 0 insertions, 4 deletions
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.