diff options
Diffstat (limited to 'src/tool_cfgable.h')
-rw-r--r-- | src/tool_cfgable.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tool_cfgable.h b/src/tool_cfgable.h index e093b2c84..2ae7944e3 100644 --- a/src/tool_cfgable.h +++ b/src/tool_cfgable.h @@ -254,6 +254,9 @@ struct OperationConfig { bool ssl_no_revoke; /* disable SSL certificate revocation checks */ /*bool proxy_ssl_no_revoke; */ + bool ssl_revoke_best_effort; /* ignore SSL revocation offline/missing + revocation list errors */ + bool use_metalink; /* process given URLs as metalink XML file */ metalinkfile *metalinkfile_list; /* point to the first node */ metalinkfile *metalinkfile_last; /* point to the last/current node */ |