diff options
author | Richard Levitte <levitte@openssl.org> | 2016-02-22 02:06:05 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-02-22 14:38:31 +0100 |
commit | 19ab579060aa261bb1f7ed3dcd102471dfd556ee (patch) | |
tree | 092d99d2fb231c7c16bda0208713c680af19797b /CHANGES | |
parent | Fix incorrect SO name on GNU platforms (diff) | |
download | openssl-19ab579060aa261bb1f7ed3dcd102471dfd556ee.tar.xz openssl-19ab579060aa261bb1f7ed3dcd102471dfd556ee.zip |
Use $disabled{"dynamic-engine"} internally
We were kinda sorta using a mix of $disabled{"static-engine" and
$disabled{"dynamic-engine"} in Configure. Let's avoid confusion,
choose one of them and stick to it.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ only requirement for building dynamic engines is the presence of the DSO module, so configuring "disable-dso" will automatically disable dynamic engines. Dynamic engines are enabled by default, - and can be disabled with "enable-static-engine". + and can be disabled with "disable-dynamic-engine". This only applies to the engines in engines/, those in crypto/engine/ will always be built into libcrypto (i.e. "static"). |