diff options
author | Jeff Trawick <trawick@apache.org> | 2002-03-22 01:59:23 +0100 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2002-03-22 01:59:23 +0100 |
commit | 3400f03621b5be404a33c0d3eb02303474b57377 (patch) | |
tree | abbd4d404ec72feb17129ca356dab8ad41ec0814 /modules/ssl/ssl_engine_pphrase.c | |
parent | things are looking up... (diff) | |
download | apache2-3400f03621b5be404a33c0d3eb02303474b57377.tar.xz apache2-3400f03621b5be404a33c0d3eb02303474b57377.zip |
the mod_ssl provided with Apache >= 2.0 no longer has an independent
version number
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94111 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/ssl/ssl_engine_pphrase.c')
-rw-r--r-- | modules/ssl/ssl_engine_pphrase.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ssl/ssl_engine_pphrase.c b/modules/ssl/ssl_engine_pphrase.c index 8d6706545b..5982133e76 100644 --- a/modules/ssl/ssl_engine_pphrase.c +++ b/modules/ssl/ssl_engine_pphrase.c @@ -703,7 +703,7 @@ int ssl_pphrase_Handle_CB(char *buf, int bufsize, int verify, void *srv) */ if (*pnPassPhraseDialog == 1) { apr_file_printf(writetty, "%s mod_ssl/%s (Pass Phrase Dialog)\n", - AP_SERVER_BASEVERSION, MOD_SSL_VERSION); + AP_SERVER_BASEVERSION, AP_SERVER_BASEREVISION); 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"); } |