Searched defs:writetty (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/ssl/
H A Dssl_engine_pphrase.c117 static apr_file_t *writetty = NULL; variable
255 apr_file_printf(writetty, "Apache:mod_ssl:Error: Pass phrase incorrect "
294 if (writetty) {
295 apr_file_printf(writetty, "Apache:mod_ssl:Error: Private key not found.\n");
296 apr_file_printf(writetty, "**Stopped\n");
305 if (writetty) {
306 apr_file_printf(writetty, "Apache:mod_ssl:Error: Pass phrase incorrect.\n");
307 apr_file_printf(writetty, "**Stopped\n");
379 if (writetty) {
380 apr_file_printf(writetty, "\
[all...]

Completed in 11 milliseconds