From: Cliff Woolley Date: Sat, 30 Mar 2002 00:00:21 +0000 (+0000) Subject: Fix the version string. We want to end up with "mod_ssl/2.0.xx", not X-Git-Tag: 2.0.34~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b5cccc4ae6150a0040565c781e4c7dfbfdb6409;p=apache 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 --- 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