diff options
Diffstat (limited to 'plugins/check_curl.c')
-rw-r--r-- | plugins/check_curl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/check_curl.c b/plugins/check_curl.c index 7755d449..0784fb8b 100644 --- a/plugins/check_curl.c +++ b/plugins/check_curl.c | |||
@@ -198,7 +198,8 @@ static size_t get_content_length(const curlhelp_write_curlbuf *header_buf, | |||
198 | const curlhelp_write_curlbuf *body_buf); | 198 | const curlhelp_write_curlbuf *body_buf); |
199 | 199 | ||
200 | #if defined(HAVE_SSL) && defined(USE_OPENSSL) | 200 | #if defined(HAVE_SSL) && defined(USE_OPENSSL) |
201 | int np_net_ssl_check_certificate(X509 *certificate, int days_till_exp_warn, int days_till_exp_crit); | 201 | mp_state_enum np_net_ssl_check_certificate(X509 *certificate, int days_till_exp_warn, |
202 | int days_till_exp_crit); | ||
202 | #endif /* defined(HAVE_SSL) && defined(USE_OPENSSL) */ | 203 | #endif /* defined(HAVE_SSL) && defined(USE_OPENSSL) */ |
203 | 204 | ||
204 | static void test_file(char * /*path*/); | 205 | static void test_file(char * /*path*/); |