From c9169e679abc0239694b382290b3dec1ccf7fcce Mon Sep 17 00:00:00 2001 From: Phil Pennock Date: Fri, 20 Jan 2017 07:07:54 -0500 Subject: [PATCH] fix example command-line --- doc/doc-txt/openssl.txt | 3 +-- 1 file changed, 1 insertion(+), 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 -- 2.25.1