Renamed to conntain version info and type

FossilOrigin-Name: 03b64057057ff2c777d0a6200f2f207b98daeb8cb8c83bd5b02cb0d36529a199
This commit is contained in:
7u83@mail.ru
2015-02-01 14:42:41 +00:00
parent de4fd07fd6
commit 6635411b7b
2 changed files with 0 additions and 0 deletions

View File

@ -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 */