aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/dirmngr.h
diff options
context:
space:
mode:
Diffstat (limited to 'dirmngr/dirmngr.h')
-rw-r--r--dirmngr/dirmngr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dirmngr/dirmngr.h b/dirmngr/dirmngr.h
index 8dc39f12c..d916cce5f 100644
--- a/dirmngr/dirmngr.h
+++ b/dirmngr/dirmngr.h
@@ -129,6 +129,9 @@ struct
OID per string. */
strlist_t ignored_cert_extensions;
+ /* Allow expired certificates in the cache. */
+ int debug_cache_expired_certs;
+
int allow_ocsp; /* Allow using OCSP. */
int max_replies;