mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Export SEC_DupCRL and declare it in certdb.h. Bug 208194.
Modified Files: nss/nss.def certdb/certdb.h
This commit is contained in:
parent
5f61db2df0
commit
6228d8c075
@ -75,6 +75,8 @@ SEC_LookupCrls(CERTCertDBHandle *handle, CERTCrlHeadNode **nodes, int type);
|
||||
SECStatus
|
||||
SEC_DestroyCrl(CERTSignedCrl *crl);
|
||||
|
||||
CERTSignedCrl* SEC_DupCrl(CERTSignedCrl* acrl);
|
||||
|
||||
SECStatus
|
||||
CERT_AddTempCertToPerm(CERTCertificate *cert, char *nickname,
|
||||
CERTCertTrust *trust);
|
||||
|
@ -756,3 +756,9 @@ SECKEY_PublicKeyStrengthInBits;
|
||||
;+ local:
|
||||
;+ *;
|
||||
;+};
|
||||
;+NSS_3.9 { # NSS 3.9 release
|
||||
;+ global:
|
||||
SEC_DupCrl;
|
||||
;+ local:
|
||||
;+ *;
|
||||
;+};
|
||||
|
Loading…
Reference in New Issue
Block a user