Bug 129303

NSS needs to expose interfaces to deal with multiple token sources of certs.

r=kaie
This commit is contained in:
relyea%netscape.com 2005-11-23 23:56:38 +00:00
parent 9b219ca7fb
commit 38154c250e

View File

@ -872,3 +872,9 @@ SECMOD_OpenUserDB;
;+ local:
;+ *;
;+};
;+NSS_3.12 { # NSS 3.12 release
;+ global:
PK11_GetAllSlotsForCert;
;+ local:
;+ *;
;+};