From f805582e023648b94b137f377314aa5bbc2fa958 Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Sun, 1 Feb 2015 16:00:02 +0000 Subject: [PATCH] Patch for openssl 1.0.2 FossilOrigin-Name: 5dbbd8186c5a9141773eb2d8527d88154e98c07d03af9cbeab267c1046904d9a --- src/contrib/openssl-1.0.2_cisco.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/contrib/openssl-1.0.2_cisco.patch diff --git a/src/contrib/openssl-1.0.2_cisco.patch b/src/contrib/openssl-1.0.2_cisco.patch new file mode 100644 index 00000000..88d86c6f --- /dev/null +++ b/src/contrib/openssl-1.0.2_cisco.patch @@ -0,0 +1,11 @@ +--- openssl-1.0.2/ssl/d1_lib.c.orig 2015-02-01 15:45:32.976093317 +0100 ++++ openssl-1.0.2/ssl/d1_lib.c 2015-02-01 15:46:07.244260845 +0100 +@@ -369,7 +369,7 @@ + + /* If timer is not set, initialize duration with 1 second */ + if (s->d1->next_timeout.tv_sec == 0 && s->d1->next_timeout.tv_usec == 0) { +- s->d1->timeout_duration = 1; ++ s->d1->timeout_duration = 3; + } + + /* Set timeout to current time */