Index: net/android/keystore_openssl.cc |
diff --git a/net/android/keystore_openssl.cc b/net/android/keystore_openssl.cc |
index 09ecaf3c57911cb6f89de8b8a92f2b6422fcb143..fc4fcf509196b6b5ca765db0ef01251d414ea905 100644 |
--- a/net/android/keystore_openssl.cc |
+++ b/net/android/keystore_openssl.cc |
@@ -92,7 +92,7 @@ int ExDataDup(CRYPTO_EX_DATA* to, |
int index, |
long argl, |
void* argp) { |
- CHECK(false); |
+ CHECK_EQ((void*)NULL, *from_d); |
return 0; |
} |