From 825005a089cc2f967592baf3f07339060a756bcf Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Sun, 22 Feb 2004 10:27:21 +0000 Subject: [PATCH] * modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle): Wording tweaks. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102747 13f79535-47bb-0310-9956-ffa450edef68 --- modules/ssl/ssl_engine_pphrase.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ssl/ssl_engine_pphrase.c b/modules/ssl/ssl_engine_pphrase.c index d38de7ea2d..a0e4c198f4 100644 --- a/modules/ssl/ssl_engine_pphrase.c +++ b/modules/ssl/ssl_engine_pphrase.c @@ -523,8 +523,8 @@ void ssl_pphrase_Handle(server_rec *s, apr_pool_t *p) if (nPassPhraseDialog > 0) { sc = mySrvConfig(s); if (writetty) { - apr_file_printf(writetty, "\n"); - apr_file_printf(writetty, "Ok: Pass Phrase Dialog successful.\n"); + apr_file_printf(writetty, "\n" + "OK: Pass Phrase Dialog successful.\n"); } } @@ -718,7 +718,7 @@ int ssl_pphrase_Handle_CB(char *buf, int bufsize, int verify, void *srv) apr_file_printf(writetty, "%s mod_ssl/%s (Pass Phrase Dialog)\n", AP_SERVER_BASEVERSION, MOD_SSL_VERSION); apr_file_printf(writetty, "Some of your private key files are encrypted for security reasons.\n"); - apr_file_printf(writetty, "In order to read them you have to provide us with the pass phrases.\n"); + apr_file_printf(writetty, "In order to read them you have to provide the pass phrases.\n"); } if (*pbPassPhraseDialogOnce) { *pbPassPhraseDialogOnce = FALSE; -- 2.50.1