summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2001-07-05 17:16:29 +0000
committerrelyea%netscape.com <devnull@localhost>2001-07-05 17:16:29 +0000
commitdb5799840da0ab58bb83be3c44124adc67a84cf0 (patch)
treed5e36124c42cd0e9ceb793e17085559e526bebbf
parent1bb7d40f7cc70a032621610a2b085f117a4062c2 (diff)
downloadnss-hg-db5799840da0ab58bb83be3c44124adc67a84cf0.tar.gz
Add SECMOD_AddNewModule() to export list.
-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 5b1b087b6..68e1c9672 100644
--- a/security/nss/lib/nss/nss.def
+++ b/security/nss/lib/nss/nss.def
@@ -459,8 +459,9 @@ CERT_CreateName;
;+};
;+NSS_3.3 { # NSS 3.3. release
;+ global:
-SECKEY_CreateDHPrivateKey;
CERT_CheckCertUsage;
+SECKEY_CreateDHPrivateKey;
+SECMOD_AddNewModule;
;+#
;+# The following symbols are exported only to make JSS work.
;+# These are still private!!!