| 121 | } |
| 122 | |
| 123 | static int ssl_engine_disable(conn_rec *c) |
| 124 | { |
| 125 | return ap_ssl_bind_outgoing(c, NULL, 0); |
| 126 | } |
| 127 | |
| 128 | AP_DECLARE(int) ap_ssl_bind_outgoing(conn_rec *c, struct ap_conf_vector_t *dir_conf, |
| 129 | int enable_ssl) |
nothing calls this directly
no test coverage detected