Export SEC_DupCRL and declare it in certdb.h. Bug 208194.

Modified Files:	nss/nss.def certdb/certdb.h
This commit is contained in:
nelsonb%netscape.com 2003-07-09 04:00:48 +00:00
parent 5f61db2df0
commit 6228d8c075
2 changed files with 8 additions and 0 deletions

View File

@ -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);

View File

@ -756,3 +756,9 @@ SECKEY_PublicKeyStrengthInBits;
;+ local:
;+ *;
;+};
;+NSS_3.9 { # NSS 3.9 release
;+ global:
SEC_DupCrl;
;+ local:
;+ *;
;+};