summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-01-08 10:27:47 +0100
committerSimon Josefsson <simon@josefsson.org>2008-01-08 10:27:47 +0100
commit5df56fb945fa938c9a71c83fef2cf856c0d5d7ee (patch)
treeeabf3fd54dced7edf39695a56ff316adf02fba57 /doc
parent582ad34bba037603f92e514d04d81770b80f7b32 (diff)
downloadgnutls-5df56fb945fa938c9a71c83fef2cf856c0d5d7ee.tar.gz
Remove LZO compression support.
Diffstat (limited to 'doc')
-rw-r--r--doc/gnutls.texi13
1 files changed, 5 insertions, 8 deletions
diff --git a/doc/gnutls.texi b/doc/gnutls.texi
index 8c10d1bdf3..939d3db997 100644
--- a/doc/gnutls.texi
+++ b/doc/gnutls.texi
@@ -18,7 +18,7 @@
This manual is last updated @value{UPDATED} for version
@value{VERSION} of GNU TLS.
-Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
@@ -217,11 +217,7 @@ parameters, as discussed below.
The compression libraries (libz and lzo) are optional dependencies.
You can get libz from @url{http://www.zlib.net/}. You can get lzo
-from @url{http://www.oberhumer.com/opensource/lzo/}. If you do not
-have lzo installed, GnuTLS will enable an internal copy, called
-minilzo. Use parameter @code{--without-lzo} to disable LZO
-completely. Use parameter @code{--with-included-lzo} to
-unconditionally use the internal minilzo copy.
+from @url{http://www.oberhumer.com/opensource/lzo/}.
The X.509 part of GnuTLS needs ASN.1 functionality, from a library
called libtasn1. A copy of libtasn1 is included in GnuTLS. If you
@@ -754,9 +750,10 @@ The supported compression algorithms are:
Zlib compression, using the deflate algorithm.
@item LZO
-LZO is a very fast compression algorithm. This algorithm is only
+LZO is a very fast compression algorithm. This algorithm is only
available if the @acronym{GnuTLS-extra} library has been initialized
-and the private extensions are enabled.
+and the private extensions are enabled, and if GnuTLS was built with
+LZO support.
@end table