aboutsummaryrefslogtreecommitdiffstats
path: root/sm/gpgsm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sm/gpgsm.h')
-rw-r--r--sm/gpgsm.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sm/gpgsm.h b/sm/gpgsm.h
index b6c9a763d..c4a261bf2 100644
--- a/sm/gpgsm.h
+++ b/sm/gpgsm.h
@@ -134,8 +134,13 @@ struct
runtime. */
struct keyserver_spec *keyserver;
-} opt;
+ /* A list of certificate extension OIDs which are ignored so that
+ one can claim that a critical extension has been handled. One
+ OID per string. */
+ strlist_t ignored_cert_extensions;
+
+} opt;
/* Debug values and macros. */
#define DBG_X509_VALUE 1 /* debug x.509 data reading/writing */