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:
thayes%netscape.com
2001-02-07 01:25:16 +00:00
parent a2ec5045b5
commit 0c337d5030
14 changed files with 659 additions and 13 deletions

View File

@@ -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);