| 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 518cb21152de82d081f6522c6f848b6f43feea41..ceca7dd9e22df9aff9641fb4a51f1d302cd2a60a 100644
|
| --- a/net/third_party/nss/ssl/ssl.h
|
| +++ b/net/third_party/nss/ssl/ssl.h
|
| @@ -1021,8 +1021,8 @@ SSL_IMPORT SECStatus SSL_SetClientChannelIDCallback(
|
| ** the DTLS handshake? Returns SECFailure if not DTLS or not in a
|
| ** handshake.
|
| */
|
| -SSL_IMPORT SECStatus DTLS_GetTimeout(PRFileDesc *socket,
|
| - PRIntervalTime *timeout);
|
| +SSL_IMPORT SECStatus DTLS_GetHandshakeTimeout(PRFileDesc *socket,
|
| + PRIntervalTime *timeout);
|
|
|
| /*
|
| * Return a boolean that indicates whether the underlying library
|
|
|