]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
require libtasn1 3.9 or later
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 4 Sep 2014 18:56:02 +0000 (20:56 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 4 Sep 2014 18:56:06 +0000 (20:56 +0200)
That is because of the ocsp fix.

m4/hooks.m4
tests/ocsp.c

index 015813576eca717ab2d290ff83591d4f0e750eba..143139407fb8acb5f295c82a6dc3b77b4a34f49a 100644 (file)
@@ -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([[
   *** 
index cf1089d18b6dbdefeabfb53f8f81197b4444584b..303bbb68b88bc39a44b1c52b997c3dab7e7aeb45 100644 (file)
 
 #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;