| 237 | } |
| 238 | |
| 239 | AP_DECLARE(int) ap_ssl_answer_challenge(conn_rec *c, const char *server_name, |
| 240 | const char **pcert_pem, const char **pkey_pem) |
| 241 | { |
| 242 | return (ap_run_ssl_answer_challenge(c, server_name, pcert_pem, pkey_pem) == OK); |
| 243 | } |
| 244 | |
| 245 | AP_DECLARE(apr_status_t) ap_ssl_ocsp_prime(server_rec *s, apr_pool_t *p, |
| 246 | const char *id, apr_size_t id_len, |