summaryrefslogtreecommitdiff
path: root/modules/md/mod_md_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/md/mod_md_config.h')
-rw-r--r--modules/md/mod_md_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/md/mod_md_config.h b/modules/md/mod_md_config.h
index 3568f7c6ac..c0ec6cc6cf 100644
--- a/modules/md/mod_md_config.h
+++ b/modules/md/mod_md_config.h
@@ -27,6 +27,7 @@ typedef enum {
MD_CONFIG_LOCAL_80,
MD_CONFIG_LOCAL_443,
MD_CONFIG_RENEW_WINDOW,
+ MD_CONFIG_TRANSITIVE,
} md_config_var_t;
typedef struct {
@@ -44,6 +45,7 @@ typedef struct {
int drive_mode;
apr_interval_time_t renew_window; /* time for renewal before expiry */
+ int transitive;
const md_t *md;
const char *base_dir;