X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/2eec84caa477a4b3b1f9fff999000768f65bd936..a5d4db406e8868eceb883df6dee15b3553d563ea:/doc/doc-txt/openssl.txt diff --git a/doc/doc-txt/openssl.txt b/doc/doc-txt/openssl.txt index 6e6db9f69..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 @@ -77,7 +76,7 @@ To look at the libraries _probably_ found by the linker, use: ldd $(which exim) # most platforms otool -L $(which exim) # MacOS -although that does not correclty handle restrictions imposed upon +although that does not correctly handle restrictions imposed upon executables which are setuid. If the `chrpath` package is installed, then: