$OpenBSD: patch-mozilla_netwerk_base_src_nsSocketTransportService2_cpp,v 1.3 2012/06/11 15:38:33 landry Exp $
--- mozilla/netwerk/base/src/nsSocketTransportService2.cpp.orig	Fri May 18 06:11:00 2012
+++ mozilla/netwerk/base/src/nsSocketTransportService2.cpp	Fri May 18 09:27:58 2012
@@ -54,14 +54,6 @@
 
 #include "mozilla/FunctionTimer.h"
 
-// XXX: There is no good header file to put these in. :(
-namespace mozilla { namespace psm {
-
-void InitializeSSLServerCertVerificationThreads();
-void StopSSLServerCertVerificationThreads();
-
-} } // namespace mozilla::psm
-
 using namespace mozilla;
 
 #if defined(PR_LOGGING)
@@ -617,8 +609,6 @@ nsSocketTransportService::Run()
 {
     SOCKET_LOG(("STS thread init\n"));
 
-    psm::InitializeSSLServerCertVerificationThreads();
-
     gSocketThread = PR_GetCurrentThread();
 
     // add thread event to poll list (mThreadEvent may be NULL)
@@ -677,8 +667,6 @@ nsSocketTransportService::Run()
     NS_ProcessPendingEvents(thread);
 
     gSocketThread = nsnull;
-
-    psm::StopSSLServerCertVerificationThreads();
 
     SOCKET_LOG(("STS thread exit\n"));
     return NS_OK;
