From 75ce50af5ffa1e0c158fa415267cd7659da99821 Mon Sep 17 00:00:00 2001 From: "relyea%netscape.com" Date: Wed, 11 Jul 2001 23:58:00 +0000 Subject: [PATCH] Bug 90413... add symbols console needs to integrate with NSS 3.3 --- security/nss/lib/nss/nss.def | 3 +++ 1 file changed, 3 insertions(+) diff --git a/security/nss/lib/nss/nss.def b/security/nss/lib/nss/nss.def index 68e1c9672915..7856b8a6f6d7 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.