From 418134de553fa6ba48cc4bd46605b11345f3e211 Mon Sep 17 00:00:00 2001 From: "wtchang%redhat.com" Date: Fri, 22 Jul 2005 01:43:36 +0000 Subject: [PATCH] Bugzilla Bug 298957: moved PK11_TokenKeyGenWithFlags from the NSS_3.11 section to the NSS_3.10.1 section because we plan to export that function in NSS 3.10.1. r=jpierre. --- security/nss/lib/nss/nss.def | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/security/nss/lib/nss/nss.def b/security/nss/lib/nss/nss.def index 9bb19a3b90c..b18a324db47 100644 --- a/security/nss/lib/nss/nss.def +++ b/security/nss/lib/nss/nss.def @@ -850,11 +850,16 @@ NSS_Get_CERT_SignedCrlTemplate; ;+ local: ;+ *; ;+}; +;+NSS_3.10.1 { # NSS 3.10.1 release +;+ global: +PK11_TokenKeyGenWithFlags; +;+ local: +;+ *; +;+}; ;+NSS_3.11 { # NSS 3.11 release ;+ global: CERT_CompareValidityTimes; PK11_GenerateRandomOnSlot; -PK11_TokenKeyGenWithFlags; SECMOD_HasRootCerts; ;+ local: ;+ *;