From 89e859d09248de6b1b9b9cdd652cb72c9f7ff098 Mon Sep 17 00:00:00 2001 From: xXx-caillou-xXx Date: Wed, 29 Aug 2018 18:09:51 +0200 Subject: Change how we're validating certificates --- src/sp_config.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/sp_config.h') 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 @@ -53,10 +53,6 @@ typedef struct { bool enable; } sp_config_global_strict; -typedef struct { - bool enable; -} sp_config_curl_verify_certificates; - typedef struct { bool enable; } sp_config_random; @@ -166,7 +162,6 @@ typedef struct { typedef struct { sp_config_random *config_random; - sp_config_curl_verify_certificates *config_curl_verify_certificates; sp_config_sloppy *config_sloppy; sp_config_unserialize *config_unserialize; sp_config_readonly_exec *config_readonly_exec; @@ -269,9 +264,6 @@ typedef struct { // upload_validator #define SP_TOKEN_UPLOAD_SCRIPT ".script(" -// cURL certificate verify -# define SP_TOKEN_CURL_VERIFY_CERTIFICATES ".curl_verify_certificates" - #define SP_TOKEN_LIST ".list(" int sp_parse_config(const char *); -- cgit v1.3