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

Modified Files:	nss/nss.def certdb/certdb.h


git-svn-id: svn://10.0.0.236/trunk@144623 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nelsonb%netscape.com
2003-07-09 04:00:48 +00:00
parent 04c2480ea0
commit a9b14bcc5e
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:
;+ *;
;+};