summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2001-07-11 23:58:00 +0000
committerrelyea%netscape.com <devnull@localhost>2001-07-11 23:58:00 +0000
commit57a96f6bb13c13b8bead2e2a4a715abf1ff91967 (patch)
treebcc0ad54b348c3799996e027b2d88e15857c809c
parent5c9ee205ae67b22a9c06e9d73cf5cdaa1cf76853 (diff)
downloadnss-hg-57a96f6bb13c13b8bead2e2a4a715abf1ff91967.tar.gz
Bug 90413... add symbols console needs to integrate with NSS 3.3
-rw-r--r--security/nss/lib/nss/nss.def3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/nss/lib/nss/nss.def b/security/nss/lib/nss/nss.def
index 68e1c9672..7856b8a6f 100644
--- a/security/nss/lib/nss/nss.def
+++ b/security/nss/lib/nss/nss.def
@@ -460,7 +460,10 @@ CERT_CreateName;
;+NSS_3.3 { # NSS 3.3. release
;+ global:
CERT_CheckCertUsage;
+CERT_FindCertIssuer;
+PK11_GetModule;
SECKEY_CreateDHPrivateKey;
+SECKEY_GetPublicKeyType;
SECMOD_AddNewModule;
;+#
;+# The following symbols are exported only to make JSS work.