diff options
author | nelsonb%netscape.com <devnull@localhost> | 2002-11-21 23:22:52 +0000 |
---|---|---|
committer | nelsonb%netscape.com <devnull@localhost> | 2002-11-21 23:22:52 +0000 |
commit | 14c5eb4e44b65d6f27d2064f7aae94a50dfc84ff (patch) | |
tree | bb5f013da83ce1ee51c4fe2fe961d2a953381372 | |
parent | 1b7fc256a601800d9f1bedfe298be5655cd905c7 (diff) | |
download | nss-hg-14c5eb4e44b65d6f27d2064f7aae94a50dfc84ff.tar.gz |
Put the nss 3.7 section after the nss 3.6.1 section.
-rw-r--r-- | security/nss/lib/nss/nss.def | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/security/nss/lib/nss/nss.def b/security/nss/lib/nss/nss.def index f57a8b3f2..5cf62761d 100644 --- a/security/nss/lib/nss/nss.def +++ b/security/nss/lib/nss/nss.def @@ -714,6 +714,12 @@ 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_GetFirstEmailAddress; @@ -723,9 +729,3 @@ CERT_VerifySignedDataWithPublicKey; ;+ local: ;+ *; ;+}; -;+NSS_3.6.1 { # NSS 3.6.1 release -;+ global: -CERT_CRLCacheRefreshIssuer; -;+ local: -;+ *; -;+}; |