提交 00698061 编写于 作者: R Richard Levitte

Don't build dynamic engines unless configured "shared"

Experience has shown that dynamic engines with their own copy of
libcrypto is problematic, so we disable that possibility.
Reviewed-by: NMatt Caswell <matt@openssl.org>
上级 987dbc7f
...@@ -396,7 +396,8 @@ my @disable_cascades = ( ...@@ -396,7 +396,8 @@ my @disable_cascades = (
"dso" => [ "dynamic-engine" ], "dso" => [ "dynamic-engine" ],
# Without position independent code, there can be no shared libraries or DSOs # Without position independent code, there can be no shared libraries or DSOs
"pic" => [ "shared", "dynamic-engine" ], "pic" => [ "shared" ],
"shared" => [ "dynamic-engine" ],
); );
# Avoid protocol support holes. Also disable all versions below N, if version # Avoid protocol support holes. Also disable all versions below N, if version
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册