summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-02-22 02:06:05 +0100
committerRichard Levitte <levitte@openssl.org>2016-02-22 14:38:31 +0100
commit19ab579060aa261bb1f7ed3dcd102471dfd556ee (patch)
tree092d99d2fb231c7c16bda0208713c680af19797b /CHANGES
parent2b9608b049eb33269f9b900e9e5f1c37fc1a1563 (diff)
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--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index d60d6555a9..66e653e58d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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").