| 140 | } |
| 141 | |
| 142 | void 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 |
no outgoing calls
no test coverage detected