Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(538)

Unified Diff: net/cert/x509_util_unittest.cc

Issue 1882433002: Removing NSS files and USE_OPENSSL flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing header ordering. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/cert/x509_util_unittest.cc
diff --git a/net/cert/x509_util_unittest.cc b/net/cert/x509_util_unittest.cc
index 6fabe000cfa827134eec161c95df6583e959af14..41521a1d33e63ea4b3d7434ee3930c04600e4d7c 100644
--- a/net/cert/x509_util_unittest.cc
+++ b/net/cert/x509_util_unittest.cc
@@ -188,7 +188,6 @@ TEST(X509UtilTest, CreateSelfSigned) {
EXPECT_FALSE(cert->HasExpired());
}
-#if defined(USE_OPENSSL)
// This is a test case based on
// http://blogs.msdn.com/b/openspecification/archive/2013/03/26/ntlm-and-channel-binding-hash-aka-exteneded-protection-for-authentication.aspx
// There doesn't seem to be too many public test vectors for channel bindings.
@@ -698,7 +697,6 @@ TEST(X509UtilTest, CreateChannelBindings_Unsupported_MD4) {
x509_util::GetTLSServerEndPointChannelBinding(*cert, &channel_bindings));
EXPECT_TRUE(channel_bindings.empty());
}
-#endif
} // namespace x509_util

Powered by Google App Engine
This is Rietveld 408576698