mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-09 00:32:05 -04:00
check_curl: fix function signature
This commit is contained in:
parent
b44cbae7fb
commit
977e0a7f8b
1 changed files with 2 additions and 1 deletions
|
|
@ -198,7 +198,8 @@ static size_t get_content_length(const curlhelp_write_curlbuf *header_buf,
|
|||
const curlhelp_write_curlbuf *body_buf);
|
||||
|
||||
#if defined(HAVE_SSL) && defined(USE_OPENSSL)
|
||||
int np_net_ssl_check_certificate(X509 *certificate, int days_till_exp_warn, int days_till_exp_crit);
|
||||
mp_state_enum np_net_ssl_check_certificate(X509 *certificate, int days_till_exp_warn,
|
||||
int days_till_exp_crit);
|
||||
#endif /* defined(HAVE_SSL) && defined(USE_OPENSSL) */
|
||||
|
||||
static void test_file(char * /*path*/);
|
||||
|
|
|
|||
Loading…
Reference in a new issue