Bugzilla bug 249284: removed a duplicate declaration of

CERT_DecodeDERCertificate. r=nelsonb. Thanks to Chris Newman
of Sun for the bug report.
This commit is contained in:
wchang0222%aol.com 2004-07-07 00:48:53 +00:00
parent f9c340ae64
commit f3c6f7397f

View File

@ -37,7 +37,7 @@
/*
* cert.h - public data structures and prototypes for the certificate library
*
* $Id: cert.h,v 1.46 2004/04/25 15:03:03 gerv%gerv.net Exp $
* $Id: cert.h,v 1.47 2004/07/07 00:48:53 wchang0222%aol.com Exp $
*/
#ifndef _CERT_H_
@ -706,13 +706,6 @@ extern char *CERT_HTMLCertInfo(CERTCertificate *cert, PRBool showImages,
*/
extern SECItem *CERT_DecodeAVAValue(const SECItem *derAVAValue);
/*
* take a DER certificate and decode it into a certificate structure
*/
CERTCertificate *
CERT_DecodeDERCertificate(SECItem *derSignedCert, PRBool copyDER,
char *nickname);
/*