diff options
Diffstat (limited to 'tests/ocsp.c')
-rw-r--r-- | tests/ocsp.c | 4 |
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; |