summaryrefslogtreecommitdiff
path: root/lib/nss/nss.def
diff options
context:
space:
mode:
authorBob Relyea <rrelyea@redhat.com>2017-10-30 10:38:09 +0100
committerBob Relyea <rrelyea@redhat.com>2017-10-30 10:38:09 +0100
commit85f2c4a62d5283b7565c33747698392d8481ffbe (patch)
tree4c01e0cc981023dba13f5fa7b339626623e08302 /lib/nss/nss.def
parent4f0df27cda3dade418c236441a7bad3551718be5 (diff)
downloadnss-hg-85f2c4a62d5283b7565c33747698392d8481ffbe.tar.gz
Bug 1202413, because PK11_CreateGenericObject() leaks by design, add non-leaking PK11_CreateManagedGenericObject() API, early patch reviewed by Martin Thomson, r=kaieNSS_3_34_BETA1
Diffstat (limited to 'lib/nss/nss.def')
-rw-r--r--lib/nss/nss.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/nss/nss.def b/lib/nss/nss.def
index c1d2b3104..4f0ade4d0 100644
--- a/lib/nss/nss.def
+++ b/lib/nss/nss.def
@@ -1125,6 +1125,7 @@ CERT_FindCertByNicknameOrEmailAddrForUsageCX;
;+};
;+NSS_3.34 { # NSS 3.34 release
;+ global:
+PK11_CreateManagedGenericObject;
SGN_NewContextWithAlgorithmID;
SEC_SignDataWithAlgorithmID;
SEC_DerSignDataWithAlgorithmID;