summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornelson%bolyard.com <devnull@localhost>2006-04-24 06:41:55 +0000
committernelson%bolyard.com <devnull@localhost>2006-04-24 06:41:55 +0000
commitf000d25f778d53ef6c2ccc268edd61011f2e48b7 (patch)
tree74bfb2b3e1d9029b11c9667e4a81a98df20b7f1a
parent1a77295da4b5ba4ff54723e844b2f2fd0af31ab1 (diff)
downloadnss-hg-f000d25f778d53ef6c2ccc268edd61011f2e48b7.tar.gz
Alphabetize external symbols for NSS 3.11.1.
-rw-r--r--security/nss/lib/nss/nss.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nss/lib/nss/nss.def b/security/nss/lib/nss/nss.def
index f0198e0ad..b9d6971d1 100644
--- a/security/nss/lib/nss/nss.def
+++ b/security/nss/lib/nss/nss.def
@@ -874,10 +874,10 @@ SECMOD_OpenUserDB;
;+};
;+NSS_3.11.1 {
;+ global:
-SEC_ASN1EncodeUnsignedInteger;
-SEC_RegisterDefaultHttpClient;
NSS_RegisterShutdown;
NSS_UnregisterShutdown;
+SEC_ASN1EncodeUnsignedInteger;
+SEC_RegisterDefaultHttpClient;
;+ local:
;+ *;
;+};