From 51fc07bc6d38ee2738f8049546c4187c9bd9f3b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 31 Mar 2006 22:06:49 +0000 Subject: [PATCH] Add ocsp_time_diff to hx509_context git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16886 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hx_locl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/hx509/hx_locl.h b/lib/hx509/hx_locl.h index 547ac249f..0c185bab8 100644 --- a/lib/hx509/hx_locl.h +++ b/lib/hx509/hx_locl.h @@ -146,5 +146,7 @@ struct hx509_context_data { int ks_num_ops; int flags; #define HX509_CTX_VERIFY_MISSING_OK 1 + int ocsp_time_diff; +#define HX509_DEFAULT_OCSP_TIME_DIFF (5*60) };