aboutsummaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-08-02 04:19:50 +0000
committerRichard Levitte <levitte@openssl.org>2000-08-02 04:19:50 +0000
commitfcc6a1c4eccb8ada75f57b86343426864ce12ff5 (patch)
tree18e254689d2b943db163bfa52bd8a766acbffa89 /Configure
parent55bad949ed4d5743f5ac49e2b56696ffbafb001f (diff)
downloadopenssl-fcc6a1c4eccb8ada75f57b86343426864ce12ff5.tar.gz
Added and corrected documentation for the 'shared' option
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/Configure b/Configure
index 5071bc0ef5..28398e88d7 100755
--- a/Configure
+++ b/Configure
@@ -27,8 +27,7 @@ my $usage="Usage: Configure [no-<cipher> ...] [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-
# [no-]threads [don't] try to create a library that is suitable for
# multithreaded applications (default is "threads" if we
# know how to do it)
-# [no-]shared [don't] try to create shared libraries instead of static
-# ones when possible.
+# [no-]shared [don't] try to create shared libraries when supported.
# no-asm do not use assembler
# no-dso do not compile in any native shared-library methods. This
# will ensure that all methods just return NULL.