зеркало из https://github.com/mozilla/pjs.git
Fix Mac bustage.
This commit is contained in:
Родитель
99dcf56762
Коммит
17bbdeab99
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче