summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2001-03-31 01:43:27 +0000
committerrelyea%netscape.com <devnull@localhost>2001-03-31 01:43:27 +0000
commit50c12723eaa8faaa17a1379a3d97da8eb7352269 (patch)
tree819e1bd5565c7d396877fd4e5bc875b658ceba54
parent87710d4d34bc12953cfd3fdecd781db1b6744018 (diff)
downloadnss-hg-50c12723eaa8faaa17a1379a3d97da8eb7352269.tar.gz
Export AVA functions for iWS team to make internationalized Certs work.
-rw-r--r--security/nss/lib/nss/nss.def9
1 files changed, 9 insertions, 0 deletions
diff --git a/security/nss/lib/nss/nss.def b/security/nss/lib/nss/nss.def
index 755fec374..bedb16f27 100644
--- a/security/nss/lib/nss/nss.def
+++ b/security/nss/lib/nss/nss.def
@@ -447,3 +447,12 @@ PK11_NeedUserInit;
;+ local:
;+ *;
;+};
+;+NSS_3.2.1 { # NSS 3.2 release
+;+ global:
+CERT_AddRDN;
+CERT_CreateRDN;
+CERT_CreateAVA;
+CERT_CreateName;
+;+ local:
+;+ *;
+;+};