]> git.ipfire.org Git - thirdparty/openssl.git/commit - Configure
Disable the EGD seeding meachanism when stdio is disabled
authorRichard Levitte <levitte@openssl.org>
Tue, 12 Sep 2017 05:47:05 +0000 (07:47 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 12 Sep 2017 06:03:32 +0000 (08:03 +0200)
commit15a1bd0ab2950671686cea51f4218c8f3d92fad9
tree9d132c9710e28a955e891e2e7602fa2982e587b4
parentcfb5bc69cf2e5d627dbb4f5c3abf3e49d65419d6
Disable the EGD seeding meachanism when stdio is disabled

crypto/rand/rand_egd.c makes extensive use of stdio functions.  When
they are disabled, it makes sense to disable egd as well.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4358)
Configure