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.