From a7043344744ae2eca6537e4fa8217bf4688a57b9 Mon Sep 17 00:00:00 2001 From: Cliff Woolley Date: Sat, 30 Mar 2002 00:00:21 +0000 Subject: [PATCH] Fix the version string. We want to end up with "mod_ssl/2.0.xx", not "mod_ssl/Apache/2.0.xx". git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94320 13f79535-47bb-0310-9956-ffa450edef68 --- modules/ssl/mod_ssl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ssl/mod_ssl.h b/modules/ssl/mod_ssl.h index 2a00bb4ee9..85d628732b 100644 --- a/modules/ssl/mod_ssl.h +++ b/modules/ssl/mod_ssl.h @@ -104,7 +104,7 @@ #include "apr_shm.h" #include "apr_optional.h" -#define MOD_SSL_VERSION AP_SERVER_BASEVERSION +#define MOD_SSL_VERSION AP_SERVER_BASEREVISION /* OpenSSL headers */ #include -- 2.40.0