That is because of the ocsp fix.
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([[
***
#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;