Added comment about SSL in README
authorMikael Hallendal <micke@imendio.com>
Thu, 28 Aug 2008 10:21:42 +0200
changeset 479 812dd97245db
parent 469 cd3e03303010
child 482 08a9810b415b
Added comment about SSL in README
README
--- a/README	Thu Jul 31 12:44:06 2008 +0200
+++ b/README	Thu Aug 28 10:21:42 2008 +0200
@@ -34,6 +34,12 @@
 make
 make install
 
+SSL Support:
+============
+You can choose between using GnuTLS (recommended) and OpenSSL to enable SSL
+support in Loudmouth. You choose which backend to use by passing the
+--with-ssl= flag to configure. GnuTLS is the default and will be used unless
+you pass the flag, use "openssl" for OpenSSL.
 
 Debugging:
 ==========