Skip to content

Commit

Permalink
Export SEC_DupCRL and declare it in certdb.h. Bug 208194.
Browse files Browse the repository at this point in the history
Modified Files:	nss/nss.def certdb/certdb.h
  • Loading branch information
nelsonb%netscape.com committed Jul 9, 2003
1 parent 40a39b9 commit 343299f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions security/nss/lib/certdb/certdb.h
Expand Up @@ -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);
Expand Down
6 changes: 6 additions & 0 deletions security/nss/lib/nss/nss.def
Expand Up @@ -756,3 +756,9 @@ SECKEY_PublicKeyStrengthInBits;
;+ local:
;+ *;
;+};
;+NSS_3.9 { # NSS 3.9 release
;+ global:
SEC_DupCrl;
;+ local:
;+ *;
;+};

0 comments on commit 343299f

Please sign in to comment.