]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fixed compilation of mini-xssl.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 29 Jan 2013 20:59:41 +0000 (21:59 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 29 Jan 2013 20:59:41 +0000 (21:59 +0100)
lib/Makefile.am
lib/libgnutls.map
tests/Makefile.am

index 3ea15f33887d96aa5ceedbcdbce4339fabbec5b2..a9bd6ff6842bb7aed3452a99a6b888bcbc1e3e9f 100644 (file)
@@ -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)
 
index d44d76d79d00c04d100143c301402df386045582..783fbbe9d9a4cda2ef299b06ed5bdce25176eeea 100644 (file)
@@ -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;
index 62f757ed6f12f56ca080a4f672bc41a69dd1a56b..99e0a954ade44764e5fc3aa1c21c8141167bd400 100644 (file)
@@ -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