| Index: nss/lib/certdb/cert.h
|
| diff --git a/nss/lib/certdb/cert.h b/nss/lib/certdb/cert.h
|
| index fb8667cbb70ffa13d3c750d247ea9be709fadbed..6e0bdb0892fc5e673b2ec6202c9f660ead3dd111 100644
|
| --- a/nss/lib/certdb/cert.h
|
| +++ b/nss/lib/certdb/cert.h
|
| @@ -929,15 +929,9 @@ extern SECStatus CERT_FindNSCertTypeExtension
|
|
|
| extern char * CERT_FindNSStringExtension (CERTCertificate *cert, int oidtag);
|
|
|
| -extern SECStatus CERT_FindIssuerCertExtension
|
| - (CERTCertificate *cert, int tag, SECItem *value);
|
| -
|
| extern SECStatus CERT_FindCertExtensionByOID
|
| (CERTCertificate *cert, SECItem *oid, SECItem *value);
|
|
|
| -extern char *CERT_FindCertURLExtension (CERTCertificate *cert, int tag,
|
| - int catag);
|
| -
|
| /* Returns the decoded value of the authKeyID extension.
|
| ** Note that this uses passed in the arena to allocate storage for the result
|
| */
|
| @@ -1167,7 +1161,7 @@ CERT_DecodeNameConstraintsExtension(PLArenaPool *arena,
|
| /* returns addr of a NULL termainated array of pointers to CERTAuthInfoAccess */
|
| extern CERTAuthInfoAccess **
|
| CERT_DecodeAuthInfoAccessExtension(PLArenaPool *reqArena,
|
| - SECItem *encodedExtension);
|
| + const SECItem *encodedExtension);
|
|
|
| extern CERTPrivKeyUsagePeriod *
|
| CERT_DecodePrivKeyUsagePeriodExtension(PLArenaPool *arena, SECItem *extnValue);
|
|
|