[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Thu Feb 4 15:46:41 UTC 2016


The branch master has been updated
       via  b31feae6de975f391bb9688231079ee745e94d5d (commit)
      from  7565cbc4d7b8cdec7d66fd799c7e892b7a5a8183 (commit)


- Log -----------------------------------------------------------------
commit b31feae6de975f391bb9688231079ee745e94d5d
Author: Richard Levitte <levitte at openssl.org>
Date:   Wed Feb 3 21:08:17 2016 +0100

    If egd is disabled by default, it should be possible to enable
    
    Reviewed-by: Andy Polyakov <appro at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 Configure | 1 +
 1 file changed, 1 insertion(+)

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",


More information about the openssl-commits mailing list