From 1a3070b15b944b2c7406d123947a15af3fd7aa64 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 4 Dec 2020 14:52:45 +0100 Subject: gnunet-crypto-tvg: output JSON, fix memleaks This commit also bumps the version of libgnunetutil, due to the spell checking fix to xts in rsa (un)blinding. --- src/util/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/util/Makefile.am') diff --git a/src/util/Makefile.am b/src/util/Makefile.am index c5059bbb1..1949dceb0 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -138,7 +138,7 @@ libgnunetutil_la_LIBADD = \ libgnunetutil_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) \ - -version-info 13:2:0 + -version-info 13:2:1 if HAVE_TESTING GNUNET_ECC = gnunet-ecc @@ -195,7 +195,7 @@ gnunet_crypto_tvg_SOURCES = \ gnunet-crypto-tvg.c gnunet_crypto_tvg_LDADD = \ libgnunetutil.la \ - $(GN_LIBINTL) -lgcrypt + $(GN_LIBINTL) -lgcrypt -ljansson gnunet_ecc_SOURCES = \ gnunet-ecc.c -- cgit v1.2.3