]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
As in r1877467 for mod_ssl, for OpenSSL 1.1.1+ require that OpenSSL is
authorJoe Orton <jorton@apache.org>
Tue, 7 Dec 2021 16:02:21 +0000 (16:02 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 7 Dec 2021 16:02:21 +0000 (16:02 +0000)
commit5be0a5fe0ad85448bf7c4ed3c88cd84ba57534d9
treec22926dabd7848a8d898b900407c1ba017d31cc2
parent211c1f7414cb04ac380e6ad7871b7484e233fad3
As in r1877467 for mod_ssl, for OpenSSL 1.1.1+ require that OpenSSL is
configured with a suitable entropy source and don't try to seed it
from getpid etc.

* support/ab.c (main): Check RAND_status().
  (ssl_rand_seed, ssl_rand_choosenum): Drop for OpenSSL 1.1.1+.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1895659 13f79535-47bb-0310-9956-ffa450edef68
support/ab.c