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:04:04 +0000 (08:04 +0200)
commit583d8f6342f1a6e01e72cf55bffabf5b90797317
tree2465a4bc47ca49d06c93bc155c6f641dc102de6a
parent93687bdde6e91cd31b015cc44e177457a65ce4a9
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)

(cherry picked from commit 15a1bd0ab2950671686cea51f4218c8f3d92fad9)
Configure