summaryrefslogtreecommitdiff
path: root/security/nss
diff options
context:
space:
mode:
authornelson%bolyard.com <devnull@localhost>2006-04-24 05:08:04 +0000
committernelson%bolyard.com <devnull@localhost>2006-04-24 05:08:04 +0000
commite5b51b95c31e4f30cea2e6dbc8a4ae21543725c8 (patch)
tree758371e9c2afceae6cfd8d9b8ea851868742de3a /security/nss
parent6f4fc6864d971f034fb1d95a81b7f4c2225f96e0 (diff)
downloadnss-hg-e5b51b95c31e4f30cea2e6dbc8a4ae21543725c8.tar.gz
Put nss.def file sections in numeric order, and alphabetical order
within sections.
Diffstat (limited to 'security/nss')
-rw-r--r--security/nss/lib/nss/nss.def18
1 files changed, 9 insertions, 9 deletions
diff --git a/security/nss/lib/nss/nss.def b/security/nss/lib/nss/nss.def
index b06bf58c4..7646accb7 100644
--- a/security/nss/lib/nss/nss.def
+++ b/security/nss/lib/nss/nss.def
@@ -872,6 +872,15 @@ SECMOD_OpenUserDB;
;+ local:
;+ *;
;+};
+;+NSS_3.11.1 {
+;+ global:
+NSS_RegisterShutdown;
+NSS_UnregisterShutdown;
+SEC_ASN1EncodeUnsignedInteger;
+SEC_RegisterDefaultHttpClient;
+;+ local:
+;+ *;
+;+};
;+NSS_3.12 { # NSS 3.12 release
;+ global:
PK11_GetAllSlotsForCert;
@@ -884,12 +893,3 @@ VFY_VerifyDigestWithAlgorithmID;
;+ local:
;+ *;
;+};
-;+NSS_3.11.1 {
-;+ global:
-SEC_ASN1EncodeUnsignedInteger;
-SEC_RegisterDefaultHttpClient;
-NSS_RegisterShutdown;
-NSS_UnregisterShutdown;
-;+ local:
-;+ *;
-;+};