diff options
Diffstat (limited to 'src/sp_config_keywords.c')
| -rw-r--r-- | src/sp_config_keywords.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/sp_config_keywords.c b/src/sp_config_keywords.c index ee4d130..93077c6 100644 --- a/src/sp_config_keywords.c +++ b/src/sp_config_keywords.c | |||
| @@ -94,11 +94,6 @@ int parse_global_strict(char *line) { | |||
| 94 | line, &(SNUFFLEUPAGUS_G(config).config_global_strict->enable), NULL); | 94 | line, &(SNUFFLEUPAGUS_G(config).config_global_strict->enable), NULL); |
| 95 | } | 95 | } |
| 96 | 96 | ||
| 97 | int parse_curl_verify_certificates(char *line) { | ||
| 98 | return parse_enable( | ||
| 99 | line, &(SNUFFLEUPAGUS_G(config).config_curl_verify_certificates->enable), NULL); | ||
| 100 | } | ||
| 101 | |||
| 102 | int parse_unserialize(char *line) { | 97 | int parse_unserialize(char *line) { |
| 103 | bool enable = false, disable = false; | 98 | bool enable = false, disable = false; |
| 104 | sp_config_unserialize *unserialize = | 99 | sp_config_unserialize *unserialize = |
