summaryrefslogtreecommitdiffstats
path: root/engines/build.info
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-02-19 22:08:37 +0100
committerRichard Levitte <levitte@openssl.org>2016-02-20 16:51:31 +0100
commit343ec2b083b82ccf9ce96020bc95320390296f1f (patch)
treee159c94c1ebe2bb60fec21911c095b74e15865fe /engines/build.info
parent45502bfe19fb03c9f343b03fa6434ee0bece8428 (diff)
Build dynamic engines even if configured "no-shared"
Until now, the engines in engines/ were only built as dynamicaly loadable ones if shared libraries were built. We not dissociate the two and can build dynamicaly loadable engines even if we only build static libcrypto and libssl. This is controlled with the option (enable|disable|no)-static-engine, defaulting to no-static-engine. Note that the engines in crypto/engine/ (dynamic and cryptodev) will always be built into libcrypto. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'engines/build.info')
-rw-r--r--engines/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/build.info b/engines/build.info
index cae49862ed..98f0e58ee9 100644
--- a/engines/build.info
+++ b/engines/build.info
@@ -1,5 +1,5 @@
{- use File::Spec::Functions qw/:DEFAULT rel2abs/; -}
-IF[{- $config{no_shared} -}]
+IF[{- !$config{dynamic_engines} -}]
LIBS=../libcrypto
SOURCE[../libcrypto]=\
e_padlock.c {- $target{padlock_asm_src} -} \