aboutsummaryrefslogtreecommitdiff
path: root/Configure
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 /Configure
parent1ee7b8b97c90e8e59627bfcbda3714f18368a9e1 (diff)
downloadopenssl-ce942199dbfc3fe8c72c60e7e0878f32b168f327.zip
openssl-ce942199dbfc3fe8c72c60e7e0878f32b168f327.tar.gz
openssl-ce942199dbfc3fe8c72c60e7e0878f32b168f327.tar.bz2
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 'Configure')
-rwxr-xr-xConfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/Configure b/Configure
index 8192f9e..a7b9ed5 100755
--- a/Configure
+++ b/Configure
@@ -341,7 +341,6 @@ our %disabled = ( # "what" => "comment"
"md2" => "default",
"rc5" => "default",
"sctp" => "default",
- "shared" => "default",
"ssl-trace" => "default",
"ssl3" => "default",
"ssl3-method" => "default",