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

Unified Diff: net/ssl/openssl_platform_key_mac.cc

Issue 506813002: Fix overzealous CHECK in custom EC_KEYs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
« no previous file with comments | « net/android/keystore_openssl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ssl/openssl_platform_key_mac.cc
diff --git a/net/ssl/openssl_platform_key_mac.cc b/net/ssl/openssl_platform_key_mac.cc
index b8bba784b8a6a002bc4a824132103c49189d268d..5a2d8e0891d0c10893c28127061434845cd525fd 100644
--- a/net/ssl/openssl_platform_key_mac.cc
+++ b/net/ssl/openssl_platform_key_mac.cc
@@ -107,7 +107,7 @@ int ExDataDup(CRYPTO_EX_DATA* to,
int idx,
long argl,
void* argp) {
- CHECK(false);
+ CHECK_EQ((void*)NULL, *from_d);
return 0;
}
« no previous file with comments | « net/android/keystore_openssl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698