summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-04-14 14:16:52 +0100
committerMatt Caswell <matt@openssl.org>2016-04-14 22:23:12 +0100
commitce942199dbfc3fe8c72c60e7e0878f32b168f327 (patch)
tree4363632cc4273c8abbe0dbdde29e726b11290e09 /CHANGES
parent1ee7b8b97c90e8e59627bfcbda3714f18368a9e1 (diff)
Make "shared" builds the default
In most cases we expect that people will be using shared libraries not static ones, therefore we make that the default. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 70b846e3a9..d6cfc0ec8b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 1.0.2g and 1.1.0 [xx XXX xxxx]
+ *) "shared" builds are now the default. To create only static libraries use
+ the "no-shared" Configure option.
+ [Matt Caswell]
+
*) Remove the no-aes, no-hmac, no-rsa, no-sha and no-md5 Configure options.
All of these option have not worked for some while and are fundamental
algorithms.