commit | 25d498c1761bf04f415900d4b64d14ccdbce3e30 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Fri Aug 05 12:54:57 2016 +0200 |
committer | Richard Levitte <levitte@openssl.org> | Fri Aug 05 21:18:15 2016 +0200 |
tree | 8ebd7d71da45ccf537f414f2849116c49942fead | |
parent | e38da82047ae92e78c948cdc31933957f367e538 [diff] [blame] |
The capi engine uses stdio, so don't build it when configuring 'no-stdio' Reviewed-by: Rich Salz <rsalz@openssl.org>
diff --git a/Configure b/Configure index d4f67ab..bf5b2c6 100755 --- a/Configure +++ b/Configure
@@ -437,7 +437,7 @@ # 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" ],