Added comment about SSL in README
authorMikael Hallendal <micke@imendio.com>
Thu, 28 Aug 2008 10:22:43 +0200
changeset 480 89568ffc9265
parent 478 acce45e212a6
child 481 91c75e6b3190
Added comment about SSL in README
README
--- a/README	Thu Aug 07 14:19:01 2008 +0200
+++ b/README	Thu Aug 28 10:22:43 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:
 ==========