Index: net/socket/ssl_client_socket_nss.cc |
diff --git a/net/socket/ssl_client_socket_nss.cc b/net/socket/ssl_client_socket_nss.cc |
index 7f9bb4c380dc3787637000531dd2dfe97a709f3f..c9706b0af83c03858d77695cc40108f90e8a9a6b 100644 |
--- a/net/socket/ssl_client_socket_nss.cc |
+++ b/net/socket/ssl_client_socket_nss.cc |
@@ -820,12 +820,10 @@ int SSLClientSocketNSS::Init() { |
if (!NSS_IsInitialized()) |
return ERR_UNEXPECTED; |
#if !defined(OS_MACOSX) && !defined(OS_WIN) |
- if (ssl_config_.rev_checking_enabled) { |
wtc
2012/03/12 22:38:11
Just to confirm: the removal of this "if" is the b
agl
2012/03/13 15:14:05
Yep.
|
- // We must call EnsureOCSPInit() here, on the IO thread, to get the IO loop |
- // by MessageLoopForIO::current(). |
- // X509Certificate::Verify() runs on a worker thread of CertVerifier. |
- EnsureOCSPInit(); |
- } |
+ // We must call EnsureNssPkixIOInit() here, on the IO thread, to get the IO |
+ // loop by MessageLoopForIO::current(). |
+ // X509Certificate::Verify() runs on a worker thread of CertVerifier. |
+ EnsureNssPkixIOInit(); |
#endif |
LeaveFunction(""); |