MCPcopy Create free account
hub / github.com/apache/httpd / ssl_engine_disable

Function ssl_engine_disable

server/ssl.c:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123static int ssl_engine_disable(conn_rec *c)
124{
125 return ap_ssl_bind_outgoing(c, NULL, 0);
126}
127
128AP_DECLARE(int) ap_ssl_bind_outgoing(conn_rec *c, struct ap_conf_vector_t *dir_conf,
129 int enable_ssl)

Callers

nothing calls this directly

Calls 1

ap_ssl_bind_outgoingFunction · 0.85

Tested by

no test coverage detected