diff options
author | Phil Pennock <pdp@exim.org> | 2017-01-20 07:07:54 -0500 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2017-01-20 07:07:54 -0500 |
commit | c9169e679abc0239694b382290b3dec1ccf7fcce (patch) | |
tree | 3ae6706d681dbed26bb10706c1c1b17d71d1b86b /doc | |
parent | 536013b542b90b70763e0aedb53e0f436e00f82b (diff) |
fix example command-line
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/openssl.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/doc-txt/openssl.txt b/doc/doc-txt/openssl.txt index fc2aab064..f57203405 100644 --- a/doc/doc-txt/openssl.txt +++ b/doc/doc-txt/openssl.txt @@ -36,8 +36,7 @@ Extract the current source of OpenSSL. Change into that directory. This assumes that `/opt/openssl` is not in use. If it is, pick something else. `/opt/exim/openssl` perhaps. - ./config --prefix=/opt/openssl --openssldir=/etc/ssl - enable-ssl-trace + ./config --prefix=/opt/openssl --openssldir=/etc/ssl enable-ssl-trace make make install |