From: Dirk-Willem van Gulik Date: Sat, 11 May 2002 20:47:57 +0000 (+0000) Subject: Get things to compile with a HW card of openbsd X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cb0d85c7a6def55ed9297dea3c3886cc97e7d72;p=thirdparty%2Fapache%2Fhttpd.git Get things to compile with a HW card of openbsd git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95037 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/support/ab.c b/src/support/ab.c index ebf01660f04..88d4cd40de4 100644 --- a/src/support/ab.c +++ b/src/support/ab.c @@ -161,7 +161,7 @@ #endif /* NO_APACHE_INCLUDES */ #ifdef USE_SSL -#if ((!(RSAREF)) && (!defined(SYSSSL))) +#if ((!defined(RSAREF)) && (!defined(SYSSSL))) /* Libraries on most systems.. */ #include #include @@ -1351,14 +1351,14 @@ static void test(void) static void copyright(void) { if (!use_html) { - printf("This is ApacheBench, Version %s\n", VERSION " <$Revision: 1.64 $> apache-1.3"); + printf("This is ApacheBench, Version %s\n", VERSION " <$Revision: 1.65 $> apache-1.3"); printf("Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/\n"); printf("Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/\n"); printf("\n"); } else { printf("

\n"); - printf(" This is ApacheBench, Version %s <%s> apache-1.3
\n", VERSION, "$Revision: 1.64 $"); + printf(" This is ApacheBench, Version %s <%s> apache-1.3
\n", VERSION, "$Revision: 1.65 $"); printf(" Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
\n"); printf(" Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/
\n"); printf("

\n

\n");