summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2002-11-26 19:21:55 +0000
committerwtc%netscape.com <devnull@localhost>2002-11-26 19:21:55 +0000
commitdde963f6f050683ee22c408e4aa047d654fef04c (patch)
treeb298a4c5dd51eae6696b10cb6b6a518ecc119f0f
parent6424911d6ea13455de9a173398acd8ef4fb4a62a (diff)
parent614fc798db31afb12833efb4f579b42e6d8cf22f (diff)
downloadnss-hg-dde963f6f050683ee22c408e4aa047d654fef04c.tar.gz
Bug 180228: moved CERT_CRLCacheRefreshIssuer from the NSS_3.6.1 section to
the NSS_3.7 section.
-rw-r--r--security/nss/lib/nss/nss.def7
1 files changed, 1 insertions, 6 deletions
diff --git a/security/nss/lib/nss/nss.def b/security/nss/lib/nss/nss.def
index 5cf62761d..b50299911 100644
--- a/security/nss/lib/nss/nss.def
+++ b/security/nss/lib/nss/nss.def
@@ -714,14 +714,9 @@ SECKEY_CopyPublicKey;
;+ local:
;+ *;
;+};
-;+NSS_3.6.1 { # NSS 3.6.1 release
-;+ global:
-CERT_CRLCacheRefreshIssuer;
-;+ local:
-;+ *;
-;+};
;+NSS_3.7 { # NSS 3.7 release
;+ global:
+CERT_CRLCacheRefreshIssuer;
CERT_GetFirstEmailAddress;
CERT_GetNextEmailAddress;
CERT_VerifySignedDataWithPubKeyInfo;