summaryrefslogtreecommitdiffstats
path: root/plugins/check_curl.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_curl.c')
-rw-r--r--plugins/check_curl.c3
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)
201int np_net_ssl_check_certificate(X509 *certificate, int days_till_exp_warn, int days_till_exp_crit); 201mp_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
204static void test_file(char * /*path*/); 205static void test_file(char * /*path*/);