Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4F9DB200B7C for ; Thu, 8 Sep 2016 12:11:30 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4E1BD160ABD; Thu, 8 Sep 2016 10:11:30 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 93B09160AA5 for ; Thu, 8 Sep 2016 12:11:29 +0200 (CEST) Received: (qmail 28854 invoked by uid 500); 8 Sep 2016 10:11:28 -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 28844 invoked by uid 99); 8 Sep 2016 10:11:28 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Sep 2016 10:11:28 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id C1F151A5398 for ; Thu, 8 Sep 2016 10:11:27 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-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, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id XKKtr81l_A_n for ; Thu, 8 Sep 2016 10:11:26 +0000 (UTC) Received: from node176.itex.at (mail.123x.at [194.242.35.176]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTPS id F3E8C5FAEF for ; Thu, 8 Sep 2016 10:11:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by node176.itex.at (Postfix) with ESMTP id B3AA922902 for ; Thu, 8 Sep 2016 12:11:17 +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 10026) with ESMTP id XepauNZ8GFc2 for ; Thu, 8 Sep 2016 12:11:17 +0200 (CEST) Received: from [10.0.0.1] (unknown [101.175.25.22]) (Authenticated sender: normw@gknw.net) by node176.itex.at (Postfix) with ESMTPSA id 9486222BCF for ; Thu, 8 Sep 2016 12:11:16 +0200 (CEST) To: "dev@httpd.apache.org" From: NormW Subject: httpd-trunk\modules\filters\mod_crypto Message-ID: <57D138EE.7030606@gknw.net> Date: Thu, 8 Sep 2016 20:09:50 +1000 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit archived-at: Thu, 08 Sep 2016 10:11:30 -0000 G/E, Apologies for the static... What versions of apr\apr-util are assumed to be used when compiling httpd-trunk? I get the following error when compiling mod_crypto, but can't find where the offending symbol is typedef'd. Presently using apr-1.5 and apr-util-1.5. > # From: mod_crypto.c > # --------------------- > # 74: typedef apr_status_t ap_HOOK_crypto_key_t (request_rec *r, apr_crypto_block_key_type_t * cipher, apr_crypto_block_key_mode_t * > # Error: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ > # illegal function definition TIA, Norm