Fix Mac bustage.
git-svn-id: svn://10.0.0.236/trunk@113487 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
b9f15766ea
commit
7fbb88f57b
@ -1010,7 +1010,7 @@ struct fake_der_cb_argstr
|
||||
void *arg;
|
||||
};
|
||||
|
||||
static PRStatus fake_der_cb(CERTCertificate *c, void *a)
|
||||
static SECStatus fake_der_cb(CERTCertificate *c, void *a)
|
||||
{
|
||||
struct fake_der_cb_argstr *fda = (struct fake_der_cb_argstr *)a;
|
||||
return (*fda->callback)(c, &c->derCert, fda->arg);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user