| Index: net/third_party/nss/ssl/sslsnce.c
|
| diff --git a/net/third_party/nss/ssl/sslsnce.c b/net/third_party/nss/ssl/sslsnce.c
|
| index 4176ac8174da81c3f6ee0f7cfbc60bd9af3fe53b..6c73f25122eb04c12a8f39903b8d36802172e35e 100644
|
| --- a/net/third_party/nss/ssl/sslsnce.c
|
| +++ b/net/third_party/nss/ssl/sslsnce.c
|
| @@ -638,11 +638,6 @@ ConvertToSID(sidCacheEntry * from,
|
| to->u.ssl3.clAuthSeries = 0;
|
| to->u.ssl3.clAuthValid = PR_FALSE;
|
|
|
| -#ifdef NSS_PLATFORM_CLIENT_AUTH
|
| - ssl_InitPlatformAuthInfo(&to->u.ssl3.clPlatformAuthInfo);
|
| - to->u.ssl3.clPlatformAuthValid = PR_FALSE;
|
| -#endif /* NSS_PLATFORM_CLIENT_AUTH */
|
| -
|
| if (from->u.ssl3.certIndex != -1 && pcce) {
|
| SECItem derCert;
|
|
|
|
|