git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94231
13f79535-47bb-0310-9956-
ffa450edef68
#include "apr_shm.h"
#include "apr_optional.h"
+#define MOD_SSL_VERSION AP_SERVER_BASEVERSION
+
/* OpenSSL headers */
#include <ssl.h>
#include <err.h>
*/
if (*pnPassPhraseDialog == 1) {
apr_file_printf(writetty, "%s mod_ssl/%s (Pass Phrase Dialog)\n",
- AP_SERVER_BASEVERSION, AP_SERVER_BASEREVISION);
+ 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");
}
#endif
}
else if (strEQ(var, "INTERFACE")) {
- result = apr_psprintf(p, "mod_ssl/%s", AP_SERVER_BASEREVISION);
+ result = apr_psprintf(p, "mod_ssl/%s", MOD_SSL_VERSION);
}
else if (strEQ(var, "LIBRARY")) {
result = apr_pstrdup(p, SSL_LIBRARY_TEXT);