diff options
Diffstat (limited to 'src/sp_config.h')
| -rw-r--r-- | src/sp_config.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/sp_config.h b/src/sp_config.h index 4d85cf2..9d58359 100644 --- a/src/sp_config.h +++ b/src/sp_config.h | |||
| @@ -55,10 +55,6 @@ typedef struct { | |||
| 55 | 55 | ||
| 56 | typedef struct { | 56 | typedef struct { |
| 57 | bool enable; | 57 | bool enable; |
| 58 | } sp_config_curl_verify_certificates; | ||
| 59 | |||
| 60 | typedef struct { | ||
| 61 | bool enable; | ||
| 62 | } sp_config_random; | 58 | } sp_config_random; |
| 63 | 59 | ||
| 64 | typedef struct { | 60 | typedef struct { |
| @@ -166,7 +162,6 @@ typedef struct { | |||
| 166 | 162 | ||
| 167 | typedef struct { | 163 | typedef struct { |
| 168 | sp_config_random *config_random; | 164 | sp_config_random *config_random; |
| 169 | sp_config_curl_verify_certificates *config_curl_verify_certificates; | ||
| 170 | sp_config_sloppy *config_sloppy; | 165 | sp_config_sloppy *config_sloppy; |
| 171 | sp_config_unserialize *config_unserialize; | 166 | sp_config_unserialize *config_unserialize; |
| 172 | sp_config_readonly_exec *config_readonly_exec; | 167 | sp_config_readonly_exec *config_readonly_exec; |
| @@ -269,9 +264,6 @@ typedef struct { | |||
| 269 | // upload_validator | 264 | // upload_validator |
| 270 | #define SP_TOKEN_UPLOAD_SCRIPT ".script(" | 265 | #define SP_TOKEN_UPLOAD_SCRIPT ".script(" |
| 271 | 266 | ||
| 272 | // cURL certificate verify | ||
| 273 | # define SP_TOKEN_CURL_VERIFY_CERTIFICATES ".curl_verify_certificates" | ||
| 274 | |||
| 275 | #define SP_TOKEN_LIST ".list(" | 267 | #define SP_TOKEN_LIST ".list(" |
| 276 | 268 | ||
| 277 | int sp_parse_config(const char *); | 269 | int sp_parse_config(const char *); |
