summaryrefslogtreecommitdiff
path: root/tests/ocsp.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-09-04 20:56:02 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-09-04 20:56:06 +0200
commit9833bb7b473c045daf1f64fb7d5a68c8410fed62 (patch)
tree056e676149ad3f608ac4ebc4e92d41c3b547e46c /tests/ocsp.c
parent9e140482288ffed5ef48e9f1e92b5de0b5c8f188 (diff)
downloadgnutls-9833bb7b473c045daf1f64fb7d5a68c8410fed62.tar.gz
require libtasn1 3.9 or later
That is because of the ocsp fix.
Diffstat (limited to 'tests/ocsp.c')
-rw-r--r--tests/ocsp.c4
1 files changed, 4 insertions, 0 deletions
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;