git.schokokeks.org
Repositories
Help
Report an Issue
keks-overlay.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
e298c00
Branches
Tags
master
keks-overlay.git
www-servers
apache
files
apache-libressl2.diff
apache with libressl + npn patch
Hanno Böck
commited
e298c00
at 2014-09-03 19:03:29
apache-libressl2.diff
Blame
History
Raw
--- httpd-2.4.10/modules/ssl/ssl_engine_rand.c 2011-12-05 01:08:01.000000000 +0100 +++ httpd-2.4.10-1/modules/ssl/ssl_engine_rand.c 2014-07-22 23:15:51.358616146 +0200 @@ -81,15 +81,6 @@ nDone += ssl_rand_feedfp(p, fp, pRandSeed->nBytes); ssl_util_ppclose(s, p, fp); } - else if (pRandSeed->nSrc == SSL_RSSRC_EGD) { - /* - * seed in contents provided by the external - * Entropy Gathering Daemon (EGD) - */ - if ((n = RAND_egd(pRandSeed->cpPath)) == -1) - continue; - nDone += n; - } else if (pRandSeed->nSrc == SSL_RSSRC_BUILTIN) { struct { time_t t;