check_curl: fix function signature

This commit is contained in:
Lorenz Kästle 2025-09-11 11:14:29 +02:00
parent b44cbae7fb
commit 977e0a7f8b

View file

@ -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*/);