fix example command-line
authorPhil Pennock <pdp@exim.org>
Fri, 20 Jan 2017 12:07:54 +0000 (07:07 -0500)
committerPhil Pennock <pdp@exim.org>
Fri, 20 Jan 2017 12:07:54 +0000 (07:07 -0500)
doc/doc-txt/openssl.txt

index fc2aab0649eebc0cb09e97111de14a5fdb2473b1..f572034058d27b609f5982b856bf78fdbee7fe4e 100644 (file)
@@ -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