| Index: net/third_party/nss/patches/dtls.patch
|
| diff --git a/net/third_party/nss/patches/dtls.patch b/net/third_party/nss/patches/dtls.patch
|
| index 724230c254b75a92ee4e4210dfe18813e1fdb21a..f8239d21b46043d20f08dabc7b1cc5e43b932c83 100644
|
| --- a/net/third_party/nss/patches/dtls.patch
|
| +++ b/net/third_party/nss/patches/dtls.patch
|
| @@ -37,8 +37,8 @@ Index: net/third_party/nss/ssl/ssl.h
|
| +** 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
|
| @@ -3252,7 +3252,7 @@ Index: net/third_party/nss/ssl/dtls1con.c
|
| +}
|
| +
|
| +SECStatus
|
| -+DTLS_GetTimeout(PRFileDesc *socket, PRIntervalTime *timeout)
|
| ++DTLS_GetHandshakeTimeout(PRFileDesc *socket, PRIntervalTime *timeout)
|
| +{
|
| + sslSocket * ss = NULL;
|
| + PRIntervalTime elapsed;
|
|
|