]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix build failure when LZO is enabled.
authorSimon Josefsson <simon@josefsson.org>
Sun, 3 May 2009 21:33:25 +0000 (23:33 +0200)
committerSimon Josefsson <simon@josefsson.org>
Sun, 3 May 2009 21:33:25 +0000 (23:33 +0200)
NEWS
lib/libgnutls.map

diff --git a/NEWS b/NEWS
index 8ebe89abd0962433abdc6d9632be1ba2a374d65b..ade24711347469d34f629bc788c927a2c8de8f4e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,11 @@ See the end for copying conditions.
 
 * Version 2.7.9 (unreleased)
 
+** Fix build failure when LZO is enabled.
+Reported by Arfrever Frehtes Taifersar Arahesis
+<arfrever.fta@gmail.com> in
+<http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3522>.
+
 ** doc: Fix tables of error codes and supported algorithms.
 
 ** API and ABI modifications:
index 354c29accaea5a022e9622b7ed5fdf41ae8da484..b71e42168785fa1cb8fe061274cad78edda5eebe 100644 (file)
@@ -582,6 +582,11 @@ GNUTLS_PRIVATE {
     _gnutls_read_uint24;
     _gnutls_get_cred;
     _gnutls_recv_int;
+    # Internal symbols needed by libgnutls-extra for LZO:
+    _gnutls_compression_algorithms;
+    _gnutls_comp_algorithms_size;
+    _gnutls_lzo1x_decompress_safe;
+    _gnutls_lzo1x_1_compress;
     # Internal symbols needed by libgnutls-openssl:
     _gnutls_pkix1_asn;
     _gnutls_x509_parse_dn_oid;