summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjpierre%netscape.com <devnull@localhost>2002-03-21 03:34:47 +0000
committerjpierre%netscape.com <devnull@localhost>2002-03-21 03:34:47 +0000
commit3366831b41008434a08fa0a60e0ff8d4572a300e (patch)
tree4cd80ff2a6aab6e94322f6d6ca05769fb3638241
parented05e70ab627db557b169cc553bcf382589da83a (diff)
downloadnss-hg-3366831b41008434a08fa0a60e0ff8d4572a300e.tar.gz
Fix for 132461 - add better functions to load and remove modules dynamically
-rw-r--r--security/nss/lib/nss/nss.def3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/nss/lib/nss/nss.def b/security/nss/lib/nss/nss.def
index e3201fe54..46ecdbd03 100644
--- a/security/nss/lib/nss/nss.def
+++ b/security/nss/lib/nss/nss.def
@@ -564,7 +564,8 @@ SECMOD_AddNewModuleEx;
SECMOD_DeleteModule;
SECMOD_FreeModuleSpecList;
SECMOD_GetModuleSpecList;
-SECMOD_LoadModule;
+SECMOD_LoadUserModule;
+SECMOD_UnloadUserModule;
SECMOD_UpdateModule;
;+# for PKCS #12
PK11_RawPBEKeyGen;