]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Get things to compile with a HW card of openbsd
authorDirk-Willem van Gulik <dirkx@apache.org>
Sat, 11 May 2002 20:47:57 +0000 (20:47 +0000)
committerDirk-Willem van Gulik <dirkx@apache.org>
Sat, 11 May 2002 20:47:57 +0000 (20:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95037 13f79535-47bb-0310-9956-ffa450edef68

src/support/ab.c

index ebf01660f047a63cb163c4739a26b825c3647690..88d4cd40de426afed7f8bcccb88f8fdd38ffa407 100644 (file)
 #endif                         /* NO_APACHE_INCLUDES */
 
 #ifdef USE_SSL
-#if ((!(RSAREF)) && (!defined(SYSSSL)))
+#if ((!defined(RSAREF)) && (!defined(SYSSSL)))
 /* Libraries on most systems.. */
 #include <openssl/rsa.h>
 #include <openssl/crypto.h>
@@ -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("<p>\n");
-       printf(" This is ApacheBench, Version %s <i>&lt;%s&gt;</i> apache-1.3<br>\n", VERSION, "$Revision: 1.64 $");
+       printf(" This is ApacheBench, Version %s <i>&lt;%s&gt;</i> apache-1.3<br>\n", VERSION, "$Revision: 1.65 $");
        printf(" Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/<br>\n");
        printf(" Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/<br>\n");
        printf("</p>\n<p>\n");