From: Simon Josefsson Date: Sun, 3 May 2009 21:33:25 +0000 (+0200) Subject: Fix build failure when LZO is enabled. X-Git-Tag: gnutls_2_7_9~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e7eeb6c7c94cf838b3b199d4d7ec5aa1b6e1f656;p=thirdparty%2Fgnutls.git Fix build failure when LZO is enabled. --- diff --git a/NEWS b/NEWS index 8ebe89abd0..ade2471134 100644 --- 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 + in +. + ** doc: Fix tables of error codes and supported algorithms. ** API and ABI modifications: diff --git a/lib/libgnutls.map b/lib/libgnutls.map index 354c29acca..b71e421687 100644 --- a/lib/libgnutls.map +++ b/lib/libgnutls.map @@ -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;