Return-Path: Delivered-To: apmail-httpd-test-cvs-archive@www.apache.org Received: (qmail 33378 invoked from network); 10 Oct 2005 15:25:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Oct 2005 15:25:46 -0000 Received: (qmail 6795 invoked by uid 500); 10 Oct 2005 15:25:45 -0000 Delivered-To: apmail-httpd-test-cvs-archive@httpd.apache.org Received: (qmail 6771 invoked by uid 500); 10 Oct 2005 15:25:45 -0000 Mailing-List: contact test-cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list test-cvs@httpd.apache.org Received: (qmail 6760 invoked by uid 99); 10 Oct 2005 15:25:44 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 10 Oct 2005 08:25:44 -0700 Received: (qmail 33306 invoked by uid 65534); 10 Oct 2005 15:25:24 -0000 Message-ID: <20051010152524.33305.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r312665 - /httpd/test/trunk/perl-framework/c-modules/test_ssl/mod_test_ssl.c Date: Mon, 10 Oct 2005 15:25:24 -0000 To: test-cvs@httpd.apache.org From: jorton@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jorton Date: Mon Oct 10 08:25:20 2005 New Revision: 312665 URL: http://svn.apache.org/viewcvs?rev=312665&view=rev Log: - work around MMN snafu Modified: httpd/test/trunk/perl-framework/c-modules/test_ssl/mod_test_ssl.c Modified: httpd/test/trunk/perl-framework/c-modules/test_ssl/mod_test_ssl.c URL: http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/c-modules/test_ssl/mod_test_ssl.c?rev=312665&r1=312664&r2=312665&view=diff ============================================================================== --- httpd/test/trunk/perl-framework/c-modules/test_ssl/mod_test_ssl.c (original) +++ httpd/test/trunk/perl-framework/c-modules/test_ssl/mod_test_ssl.c Mon Oct 10 08:25:20 2005 @@ -29,7 +29,8 @@ #include "mod_ssl.h" -#if AP_MODULE_MAGIC_AT_LEAST(20050919, 0) /* ssl_ext_list() implementation added */ +#if MODULE_MAGIC_COOKIE == 0x41503234UL \ + && AP_MODULE_MAGIC_AT_LEAST(20050919, 0) /* ssl_ext_list() only in 2.4.x */ #define HAVE_SSL_EXT_LIST static APR_OPTIONAL_FN_TYPE(ssl_ext_list) *ext_list; #elif AP_MODULE_MAGIC_AT_LEAST(20050127, 0) /* approx. when ssl_ext_lookup was added */