From: Nikos Mavrogiannopoulos Date: Tue, 29 Jan 2013 20:59:41 +0000 (+0100) Subject: Fixed compilation of mini-xssl. X-Git-Tag: gnutls_3_1_7~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=34ae6cbfea87b76521e01439df095e6e04030f01;p=thirdparty%2Fgnutls.git Fixed compilation of mini-xssl. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 3ea15f3388..a9bd6ff684 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -191,7 +191,7 @@ lib_LTLIBRARIES += libgnutls-xssl.la libgnutls_xssl_la_SOURCES = xssl.c xssl_getline.c xssl.h -libgnutls_xssl_la_LIBADD = ../gl/libgnu.la ../lib/libgnutls.la +libgnutls_xssl_la_LIBADD = ../gl/libgnu.la libgnutls.la libgnutls_xssl_la_LDFLAGS += -version-info $(LT_XSSL_CURRENT):$(LT_XSSL_REVISION):$(LT_XSSL_AGE) diff --git a/lib/libgnutls.map b/lib/libgnutls.map index d44d76d79d..783fbbe9d9 100644 --- a/lib/libgnutls.map +++ b/lib/libgnutls.map @@ -925,6 +925,8 @@ GNUTLS_PRIVATE { _gnutls_ext_set_session_data; _gnutls_ext_register; _gnutls_buffer_append_prefix; + _gnutls_buffer_append_data; + _gnutls_buffer_clear; _gnutls_buffer_append_data_prefix; _gnutls_buffer_pop_data; _gnutls_buffer_pop_prefix; diff --git a/tests/Makefile.am b/tests/Makefile.am index 62f757ed6f..99e0a954ad 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -82,6 +82,8 @@ ctests += openssl openssl_LDADD = ../extra/libgnutls-openssl.la $(LDADD) endif +mini_xssl_LDADD = $(LDADD) ../lib/libgnutls-xssl.la + if ENABLE_OPENPGP ctests += openpgp-auth openpgp-auth2 openpgp-keyring pgps2kgnu endif