Create PKI module for implementation of callback
functions for user interaction. git-svn-id: svn://10.0.0.236/trunk@86420 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -43,9 +43,6 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsSSLSocketProvider)
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsTLSSocketProvider)
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsSecretDecoderRing)
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsPK11TokenDB)
|
||||
#if 0
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsNSSDialogs)
|
||||
#endif
|
||||
|
||||
static nsModuleComponentInfo components[] =
|
||||
{
|
||||
@@ -132,14 +129,6 @@ static nsModuleComponentInfo components[] =
|
||||
NS_PK11TOKENDB_CONTRACTID,
|
||||
nsPK11TokenDBConstructor
|
||||
},
|
||||
#if 0
|
||||
{
|
||||
"NSS Dialogs",
|
||||
NS_NSSDIALOGS_CID,
|
||||
NS_NSSDIALOGS_CONTRACTID,
|
||||
nsNSSDialogsConstructor
|
||||
},
|
||||
#endif
|
||||
};
|
||||
|
||||
NS_IMPL_NSGETMODULE("NSS", components);
|
||||
|
||||
Reference in New Issue
Block a user