diff options
-rw-r--r-- | fetchmail-FAQ.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index 0fcd1151..f9ce4504 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -2088,10 +2088,10 @@ SSL?</a></h2> href="http://www.openssl.org/">OpenSSL</a> libraries installed, and they should at least be version 0.9.6. Configure with --with-ssl. If you have the OpenSSL libraries -installed in the default location (/usr/local/ssl) ths will +installed in commonly-used default locations, this will suffice. If you have them installed in a non-default location, -you'll need to specify it as an argument to --with-ssl after an -equal sign.</p> +you'll need to specify the OpenSSL installation directory as an argument +to --with-ssl after an equal sign.</p> <p>Fetchmail binaries built this way support <code>ssl</code>, <code>sslkey</code>, and <code>sslcert</code> options that control |