summaryrefslogtreecommitdiff
path: root/modules/ssl/ssl_engine_pphrase.c
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2011-03-16 16:51:46 +0000
committerJoe Orton <jorton@apache.org>2011-03-16 16:51:46 +0000
commit32c4496dd327fd53af99ce748918fabc1a863dd7 (patch)
tree7c85898efeadd3d50e468d5a26bd699edd4f3973 /modules/ssl/ssl_engine_pphrase.c
parentfdaaf209c5cfb8ef0c8b3a173b9c3d1f053279dd (diff)
downloadhttpd-32c4496dd327fd53af99ce748918fabc1a863dd7.tar.gz
* modules/ssl/ssl_private.h: Drop some redundant/unused macros; pick
up stdlib.h. * modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle), modules/ssl/ssl_engine_vars.c: Stop pretending mod_ssl has a version independent of the rest of the server. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082202 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/ssl/ssl_engine_pphrase.c')
-rw-r--r--modules/ssl/ssl_engine_pphrase.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/ssl/ssl_engine_pphrase.c b/modules/ssl/ssl_engine_pphrase.c
index 61ab0a6fd7..deb8f92d74 100644
--- a/modules/ssl/ssl_engine_pphrase.c
+++ b/modules/ssl/ssl_engine_pphrase.c
@@ -747,8 +747,8 @@ int ssl_pphrase_Handle_CB(char *buf, int bufsize, int verify, void *srv)
* something...
*/
if (*pnPassPhraseDialog == 1) {
- apr_file_printf(writetty, "%s mod_ssl/%s (Pass Phrase Dialog)\n",
- AP_SERVER_BASEVERSION, MOD_SSL_VERSION);
+ apr_file_printf(writetty, "%s mod_ssl (Pass Phrase Dialog)\n",
+ AP_SERVER_BASEVERSION);
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 the pass phrases.\n");
}