aboutsummaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-02-03 21:08:17 +0100
committerRichard Levitte <levitte@openssl.org>2016-02-04 16:46:37 +0100
commitb31feae6de975f391bb9688231079ee745e94d5d (patch)
tree0f9bcfd92e79654a1a4165b452e4d0db255f3e6b /Configure
parent7565cbc4d7b8cdec7d66fd799c7e892b7a5a8183 (diff)
downloadopenssl-b31feae6de975f391bb9688231079ee745e94d5d.zip
openssl-b31feae6de975f391bb9688231079ee745e94d5d.tar.gz
openssl-b31feae6de975f391bb9688231079ee745e94d5d.tar.bz2
If egd is disabled by default, it should be possible to enable
Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/Configure b/Configure
index 40bc757..77bb60c 100755
--- a/Configure
+++ b/Configure
@@ -250,6 +250,7 @@ my @disablables = (
"ecdh",
"ecdsa",
"ec_nistp_64_gcc_128",
+ "egd",
"engine",
"err", # Really???
"heartbeats",