APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2002/03/21 20:38:02 $]
+Last modified at [$Date: 2002/03/22 00:59:23 $]
Release:
* Address popular PRs
* Win32 doesn't install as service correctly [9863, 9914, 9961]
- * Don't forget to reversion mod_ssl, which is currently listed
- as mod_ssl/3.0a0.
- Jeff posted a patch 20020321. He'll commit if he doesn't see
- any concerns expressed.
-
CURRENT VOTES:
* Should we always build binaries statically unless otherwise
#ifndef __MOD_SSL_H__
#define __MOD_SSL_H__
-#define MOD_SSL_VERSION "3.0a0"
-
/*
* Optionally enable the experimental stuff, but allow the user to
* override the decision which experimental parts are included by using
*/
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");
}
#endif
}
else if (strEQ(var, "INTERFACE")) {
- result = apr_psprintf(p, "mod_ssl/%s", MOD_SSL_VERSION);
+ result = apr_psprintf(p, "mod_ssl/%s", AP_SERVER_BASEREVISION);
}
else if (strEQ(var, "LIBRARY")) {
result = apr_pstrdup(p, SSL_LIBRARY_TEXT);