The capi engine uses stdio, so don't build it when configuring 'no-stdio'
authorRichard Levitte <levitte@openssl.org>
Fri, 5 Aug 2016 10:54:57 +0000 (12:54 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 5 Aug 2016 19:18:15 +0000 (21:18 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Configure

index d4f67aba4361860062b9add0a59962f19ed82d50..bf5b2c667c25b18d67cad8ef0bdfc52ca586bcc5 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -437,7 +437,7 @@ my @disable_cascades = (
     # no-autoalginit is only useful when building non-shared
     "autoalginit"       => [ "shared", "apps" ],
 
     # no-autoalginit is only useful when building non-shared
     "autoalginit"       => [ "shared", "apps" ],
 
-    "stdio"             => [ "apps" ],
+    "stdio"             => [ "apps", "capieng" ],
     "apps"              => [ "tests" ],
     "comp"             => [ "zlib" ],
     sub { !$disabled{"unit-test"} } => [ "heartbeats" ],
     "apps"              => [ "tests" ],
     "comp"             => [ "zlib" ],
     sub { !$disabled{"unit-test"} } => [ "heartbeats" ],