зеркало из https://github.com/mozilla/pjs.git
back out previous change
This commit is contained in:
Родитель
3827902263
Коммит
06a3ef6dd9
|
@ -34,7 +34,7 @@
|
|||
/*
|
||||
* cert.h - public data structures and prototypes for the certificate library
|
||||
*
|
||||
* $Id: cert.h,v 1.5 2001-01-08 19:24:22 mcgreer%netscape.com Exp $
|
||||
* $Id: cert.h,v 1.6 2001-01-08 19:43:01 mcgreer%netscape.com Exp $
|
||||
*/
|
||||
|
||||
#ifndef _CERT_H_
|
||||
|
@ -993,10 +993,6 @@ CERT_SaveSMimeProfile(CERTCertificate *cert, SECItem *emailProfile,
|
|||
SECItem *
|
||||
CERT_FindSMimeProfile(CERTCertificate *cert);
|
||||
|
||||
SECStatus
|
||||
CERT_FindFullSMimeProfile(CERTCertificate *cert, SECItem *emailProfile,
|
||||
SECItem *profileTime);
|
||||
|
||||
int
|
||||
CERT_GetDBContentVersion(CERTCertDBHandle *handle);
|
||||
|
||||
|
@ -1393,26 +1389,6 @@ CERT_SPKDigestValueForCert(PRArenaPool *arena, CERTCertificate *cert,
|
|||
*/
|
||||
extern SECStatus CERT_GetCertType(CERTCertificate *cert);
|
||||
|
||||
extern SECStatus
|
||||
SEC_TraverseDBEntries(CERTCertDBHandle *handle,
|
||||
certDBEntryType type,
|
||||
SECStatus (* callback)(SECItem *data, SECItem *key,
|
||||
certDBEntryType type, void *pdata),
|
||||
void *udata );
|
||||
|
||||
extern SECStatus
|
||||
SEC_GetCertDBEntryList(SECItem *data, SECItem *key,
|
||||
certDBEntryType type, void *pdata);
|
||||
|
||||
extern void
|
||||
SEC_DestroyDBEntry(certDBEntry *entry);
|
||||
|
||||
extern SECStatus
|
||||
CERT_RedoHandlesForSubjects(CERTCertDBHandle *handle,
|
||||
SECStatus (* callback)(char *emailAddr,
|
||||
certDBEntryListNode *subjectsForEmail,
|
||||
certDBEntrySubject *subjectToUse));
|
||||
|
||||
SEC_END_PROTOS
|
||||
|
||||
#endif /* _CERT_H_ */
|
||||
|
|
|
@ -270,12 +270,6 @@ typedef union {
|
|||
certDBEntryRevocation revocation;
|
||||
} certDBEntry;
|
||||
|
||||
typedef struct {
|
||||
PRCList link;
|
||||
certDBEntry entry;
|
||||
void *appData;
|
||||
} certDBEntryListNode;
|
||||
|
||||
/* length of the fixed part of a database entry */
|
||||
#define DBCERT_V4_HEADER_LEN 7
|
||||
#define DB_CERT_V5_ENTRY_HEADER_LEN 7
|
||||
|
|
Загрузка…
Ссылка в новой задаче