| 3061 | } |
| 3062 | |
| 3063 | PROXY_DECLARE(int) ap_proxy_ssl_disable(conn_rec *c) |
| 3064 | { |
| 3065 | return ap_ssl_bind_outgoing(c, NULL, 0) == OK; |
| 3066 | } |
| 3067 | |
| 3068 | PROXY_DECLARE(int) ap_proxy_ssl_engine(conn_rec *c, |
| 3069 | ap_conf_vector_t *per_dir_config, |
no test coverage detected