If egd is disabled by default, it should be possible to enable

Reviewed-by: Andy Polyakov <appro@openssl.org>
This commit is contained in:
Richard Levitte 2016-02-03 21:08:17 +01:00
parent 7565cbc4d7
commit b31feae6de

View file

@ -250,6 +250,7 @@ my @disablables = (
"ecdh",
"ecdsa",
"ec_nistp_64_gcc_128",
"egd",
"engine",
"err", # Really???
"heartbeats",