зеркало из https://github.com/mozilla/pjs.git
Fix for 190424 - don't query CKA_NETSCAPE_EMAIL attribute. r=wtc
This commit is contained in:
Родитель
8034a9a64b
Коммит
4efd6d4409
|
@ -32,7 +32,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
static const char CVS_ID[] = "@(#) $RCSfile: certificate.c,v $ $Revision: 1.45 $ $Date: 2002-11-06 18:53:54 $ $Name: $";
|
static const char CVS_ID[] = "@(#) $RCSfile: certificate.c,v $ $Revision: 1.46 $ $Date: 2003-01-30 05:12:10 $ $Name: $";
|
||||||
#endif /* DEBUG */
|
#endif /* DEBUG */
|
||||||
|
|
||||||
#ifndef NSSPKI_H
|
#ifndef NSSPKI_H
|
||||||
|
@ -90,8 +90,7 @@ nssCertificate_Create (
|
||||||
&rvCert->encoding,
|
&rvCert->encoding,
|
||||||
&rvCert->issuer,
|
&rvCert->issuer,
|
||||||
&rvCert->serial,
|
&rvCert->serial,
|
||||||
&rvCert->subject,
|
&rvCert->subject);
|
||||||
&rvCert->email);
|
|
||||||
if (status != PR_SUCCESS) {
|
if (status != PR_SUCCESS) {
|
||||||
return (NSSCertificate *)NULL;
|
return (NSSCertificate *)NULL;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче