Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 53116 invoked from network); 18 Apr 2008 10:17:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Apr 2008 10:17:21 -0000 Received: (qmail 89830 invoked by uid 500); 18 Apr 2008 10:17:14 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 89782 invoked by uid 500); 18 Apr 2008 10:17:14 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 89771 invoked by uid 500); 18 Apr 2008 10:17:14 -0000 Delivered-To: apmail-jakarta-tomcat-dev@jakarta.apache.org Received: (qmail 89768 invoked by uid 99); 18 Apr 2008 10:17:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Apr 2008 03:17:14 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Apr 2008 10:16:39 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 429011A9832; Fri, 18 Apr 2008 03:16:52 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r649449 - /tomcat/connectors/trunk/jni/native/build/tcnative.m4 Date: Fri, 18 Apr 2008 10:16:51 -0000 To: tomcat-dev@jakarta.apache.org From: jfclere@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080418101652.429011A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jfclere Date: Fri Apr 18 03:16:43 2008 New Revision: 649449 URL: http://svn.apache.org/viewvc?rev=649449&view=rev Log: I see no reason to require 0.9.8b. (and tell we test for 0.9.8a). Modified: tomcat/connectors/trunk/jni/native/build/tcnative.m4 Modified: tomcat/connectors/trunk/jni/native/build/tcnative.m4 URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/build/tcnative.m4?rev=649449&r1=649448&r2=649449&view=diff ============================================================================== --- tomcat/connectors/trunk/jni/native/build/tcnative.m4 (original) +++ tomcat/connectors/trunk/jni/native/build/tcnative.m4 Fri Apr 18 03:16:43 2008 @@ -362,12 +362,12 @@ int main() { if ((OPENSSL_VERSION_NUMBER >= 0x0090701fL && OPENSSL_VERSION_NUMBER < 0x00908000L) || - OPENSSL_VERSION_NUMBER >= 0x0090802fL) + OPENSSL_VERSION_NUMBER >= 0x0090801fL) return (0); printf("\n\nFound OPENSSL_VERSION_NUMBER %#010x\n", OPENSSL_VERSION_NUMBER); printf("Require OPENSSL_VERSION_NUMBER 0x0090701f or greater (0.9.7a)\n" - "Require OPENSSL_VERSION_NUMBER 0x0090802f or greater (0.9.8a)\n\n"); + "Require OPENSSL_VERSION_NUMBER 0x0090801f or greater (0.9.8a)\n\n"); return (1); } ], --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org