summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2004-10-14 22:13:09 +0000
committerrelyea%netscape.com <devnull@localhost>2004-10-14 22:13:09 +0000
commita877aa08706ffb6f72b396fabee4905510b6755a (patch)
tree6f9ff9fb30605d519aed96273d8eff5fd1ffba44
parent7d1823cef0e8ee8c4c9deb90130e0033fe17e876 (diff)
parent3a27ec5da42aaeb7a385b4aef32678ae4be3c826 (diff)
downloadnss-hg-a877aa08706ffb6f72b396fabee4905510b6755a.tar.gz
bug 262774 export PK11_GetCertFromPrivateKey publically.NSS_3_9_3_RTM
-rw-r--r--security/nss/lib/nss/nss.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/nss/lib/nss/nss.def b/security/nss/lib/nss/nss.def
index 63a03d961..7fd954eac 100644
--- a/security/nss/lib/nss/nss.def
+++ b/security/nss/lib/nss/nss.def
@@ -799,6 +799,7 @@ PK11_UnlinkGenericObject;
;+};
;+NSS_3.9.3 { # NSS 3.9.3 release
;+ global:
+PK11_GetCertFromPrivateKey;
PK11_PrivDecryptPKCS1;
PK11_PubEncryptPKCS1;
SECMOD_CancelWait;