projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e38da82
)
The capi engine uses stdio, so don't build it when configuring 'no-stdio'
author
Richard Levitte
<levitte@openssl.org>
Fri, 5 Aug 2016 10:54:57 +0000
(12:54 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 5 Aug 2016 19:18:15 +0000
(21:18 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/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" ],
- "stdio" => [ "apps" ],
+ "stdio" => [ "apps"
, "capieng"
],
"apps" => [ "tests" ],
"comp" => [ "zlib" ],
sub { !$disabled{"unit-test"} } => [ "heartbeats" ],