| Index: net/third_party/nss/ssl/sslimpl.h
|
| diff --git a/net/third_party/nss/ssl/sslimpl.h b/net/third_party/nss/ssl/sslimpl.h
|
| index ad718ef215df53759485142c77a7c86cbfac56d9..ba17ed7ffe87a8f6797dcfad6e950eb1303a17df 100644
|
| --- a/net/third_party/nss/ssl/sslimpl.h
|
| +++ b/net/third_party/nss/ssl/sslimpl.h
|
| @@ -1107,6 +1107,10 @@ struct sslSocketStr {
|
| unsigned int sizeCipherSpecs;
|
| const unsigned char * preferredCipher;
|
|
|
| + /* TLS ClientCertificateTypes requested during HandleCertificateRequest. */
|
| + /* Will be NULL at all other times. */
|
| + const SECItem *requestedCertTypes;
|
| +
|
| ssl3KeyPair * stepDownKeyPair; /* RSA step down keys */
|
|
|
| /* Callbacks */
|
|
|