From: Nikos Mavrogiannopoulos Date: Thu, 4 Sep 2014 18:56:02 +0000 (+0200) Subject: require libtasn1 3.9 or later X-Git-Tag: gnutls_3_4_0~983 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9833bb7b473c045daf1f64fb7d5a68c8410fed62;p=thirdparty%2Fgnutls.git require libtasn1 3.9 or later That is because of the ocsp fix. --- diff --git a/m4/hooks.m4 b/m4/hooks.m4 index 015813576e..143139407f 100644 --- a/m4/hooks.m4 +++ b/m4/hooks.m4 @@ -108,7 +108,7 @@ AC_MSG_ERROR([[ included_libtasn1=$withval, included_libtasn1=no) if test "$included_libtasn1" = "no"; then - PKG_CHECK_MODULES(LIBTASN1, [libtasn1 >= 3.4], [], [included_libtasn1=yes]) + PKG_CHECK_MODULES(LIBTASN1, [libtasn1 >= 3.9], [], [included_libtasn1=yes]) if test "$included_libtasn1" = yes; then AC_MSG_WARN([[ *** diff --git a/tests/ocsp.c b/tests/ocsp.c index cf1089d18b..303bbb68b8 100644 --- a/tests/ocsp.c +++ b/tests/ocsp.c @@ -33,6 +33,10 @@ #include "utils.h" +/* Tests the OCSP request and response parsing in gnutls. + * If this test fails, you most probably need to update your + * libtasn1 */ + static time_t mytime(time_t * t) { time_t then = 1332548220;