Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(660)

Unified Diff: net/third_party/nss/patches/dtls.patch

Issue 10693078: Rename DTLS_GetTimeout to DTLS_GetHandshakeTimeout (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/third_party/nss/ssl/dtls1con.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | net/third_party/nss/ssl/dtls1con.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698