From 705a6b4aca625193bd76ef3893bb6799666bb624 Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Sat, 3 Jan 2015 23:41:06 +0000 Subject: [PATCH] Patch to make openssl DTLS work with a Cisco AP. FossilOrigin-Name: 182781f0b958d399b9d7da6447240f6c8fad78b8604f3e98cc4e27e979277473 --- src/contrib/openssl_cisco.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/contrib/openssl_cisco.patch diff --git a/src/contrib/openssl_cisco.patch b/src/contrib/openssl_cisco.patch new file mode 100644 index 00000000..7440da10 --- /dev/null +++ b/src/contrib/openssl_cisco.patch @@ -0,0 +1,11 @@ +--- openssl-1.0.1i/ssl/d1_lib.c.old 2015-01-04 00:23:08.034412171 +0100 ++++ openssl-1.0.1i/ssl/d1_lib.c 2015-01-04 00:23:37.662557015 +0100 +@@ -308,7 +308,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 */