diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2008-04-24 08:34:48 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2008-04-24 08:34:48 +0000 |
commit | e225eaf66a5c9cbd8af53901fa87852be04e5680 (patch) | |
tree | 3d304a4568370fb6cccba8f725f15ce20a029d0c | |
parent | 31b95cba77941e650b6d3df349ad38c7e1fbb900 (diff) | |
download | fetchmail-e225eaf66a5c9cbd8af53901fa87852be04e5680.tar.gz fetchmail-e225eaf66a5c9cbd8af53901fa87852be04e5680.tar.bz2 fetchmail-e225eaf66a5c9cbd8af53901fa87852be04e5680.zip |
Minor corrections in K5 (OpenSSL).
svn path=/branches/BRANCH_6-3/; revision=5177
-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 |