mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
fix aix issues
This commit is contained in:
parent
cf81dbc28d
commit
f41585bde3
@ -32,7 +32,7 @@
|
||||
*/
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: trustdomain.c,v $ $Revision: 1.29 $ $Date: 2002/01/24 00:34:03 $ $Name: $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: trustdomain.c,v $ $Revision: 1.30 $ $Date: 2002/01/24 15:45:55 $ $Name: $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
#ifndef NSSPKI_H
|
||||
@ -57,6 +57,7 @@ static const char CVS_ID[] = "@(#) $RCSfile: trustdomain.c,v $ $Revision: 1.29 $
|
||||
|
||||
#ifdef NSS_3_4_CODE
|
||||
#include "cert.h"
|
||||
#include "pki3hack.h"
|
||||
#endif
|
||||
|
||||
extern const NSSError NSS_ERROR_NOT_FOUND;
|
||||
@ -866,7 +867,7 @@ NSSTrustDomain_FindUserCertificatesForEmailSigning
|
||||
return NULL;
|
||||
}
|
||||
|
||||
static struct traverse_arg
|
||||
struct traverse_arg
|
||||
{
|
||||
PRStatus (*callback)(NSSCertificate *c, void *arg);
|
||||
nssList *cached;
|
||||
|
Loading…
Reference in New Issue
Block a user