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

Function ssl_util_ppclose

modules/ssl/ssl_util.c:142–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void ssl_util_ppclose(server_rec *s, apr_pool_t *p, apr_file_t *fp)
143{
144 apr_file_close(fp);
145 return;
146}
147
148/*
149 * Run a filter program and read the first line of its stdout output

Callers 2

ssl_util_readfilterFunction · 0.85
ssl_rand_seedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected