| Index: net/third_party/nss/ssl/ssl.h
|
| diff --git a/net/third_party/nss/ssl/ssl.h b/net/third_party/nss/ssl/ssl.h
|
| index a6564438ab9ff03604bcb3bdcf76bbdbcee25e45..8a669d1086561fe0b83ffaff195142fbca233184 100644
|
| --- a/net/third_party/nss/ssl/ssl.h
|
| +++ b/net/third_party/nss/ssl/ssl.h
|
| @@ -541,6 +541,9 @@ typedef SECStatus (PR_CALLBACK *SSLGetPlatformClientAuthData)(void *arg,
|
| /*
|
| * Set the client side callback for SSL to retrieve user's private key
|
| * and certificate.
|
| + * Note: If a platform client auth callback is set, the callback configured by
|
| + * SSL_GetClientAuthDataHook, if any, will not be called.
|
| + *
|
| * fd - the file descriptor for the connection in question
|
| * f - the application's callback that delivers the key and cert
|
| * a - application specific data
|
|
|