Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1141618475 for ; Thu, 3 Sep 2015 21:55:48 +0000 (UTC) Received: (qmail 94018 invoked by uid 500); 3 Sep 2015 21:55:47 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 93936 invoked by uid 500); 3 Sep 2015 21:55:47 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 93922 invoked by uid 99); 3 Sep 2015 21:55:47 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Sep 2015 21:55:47 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id ED9EAF1507 for ; Thu, 3 Sep 2015 21:55:46 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1 X-Spam-Level: * X-Spam-Status: No, score=1 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id oFy78kRjMns8 for ; Thu, 3 Sep 2015 21:55:44 +0000 (UTC) Received: from node176.itex.at (mail.123x.at [194.242.35.176]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 8929E20647 for ; Thu, 3 Sep 2015 21:55:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by node176.itex.at (Postfix) with ESMTP id CC0FE22B30 for ; Thu, 3 Sep 2015 23:55:40 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at node176.itex.at Received: from node176.itex.at ([127.0.0.1]) by localhost (node176.itex.at [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AkLr3N_xCTY3 for ; Thu, 3 Sep 2015 23:55:40 +0200 (CEST) Received: from [10.202.65.180] (unknown [101.174.148.25]) (Authenticated sender: normw@gknw.net) by node176.itex.at (Postfix) with ESMTPSA id BFF0322B2F for ; Thu, 3 Sep 2015 23:55:39 +0200 (CEST) To: "dev@httpd.apache.org" From: NormW Subject: r1701005 httpd-trunk\ssl\ssl_engine_kernel.c Message-ID: <55E8C1B0.4070401@gknw.net> Date: Fri, 4 Sep 2015 07:54:56 +1000 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi, Now seeing this: > # File: ssl_engine_kernel.c > # ---------------------------- > # 2215: client_protos); > # Error: ^ > # illegal implicit conversion from 'const unsigned char *' to > # 'const char *' HTH, Norm