Return-Path: X-Original-To: apmail-apr-dev-archive@www.apache.org Delivered-To: apmail-apr-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 6ED2274BD for ; Wed, 7 Dec 2011 20:32:58 +0000 (UTC) Received: (qmail 59865 invoked by uid 500); 7 Dec 2011 20:32:58 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 59791 invoked by uid 500); 7 Dec 2011 20:32:58 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 59783 invoked by uid 99); 7 Dec 2011 20:32:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Dec 2011 20:32:57 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [173.201.192.239] (HELO p3plsmtpa07-10.prod.phx3.secureserver.net) (173.201.192.239) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 07 Dec 2011 20:32:48 +0000 Received: (qmail 3947 invoked from network); 7 Dec 2011 20:32:27 -0000 Received: from unknown (64.125.181.79) by p3plsmtpa07-10.prod.phx3.secureserver.net (173.201.192.239) with ESMTP; 07 Dec 2011 20:32:27 -0000 Message-ID: <4EDFCD56.4020300@rowe-clan.net> Date: Wed, 07 Dec 2011 12:32:22 -0800 From: "William A. Rowe Jr." User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: dev@apr.apache.org Subject: Re: svn commit: r1211334 - in /apr/apr-util/branches/1.4.x/crypto: apr_crypto_nss.c apr_crypto_nss.dsp References: <20111207083854.894BB2388860@eris.apache.org> <703C80BF-141A-44CE-A1E7-EED4703696A8@gbiv.com> <4EDFB67E.4060307@apache.org> In-Reply-To: <4EDFB67E.4060307@apache.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 12/7/2011 10:54 AM, Mladen Turk wrote: > On 12/07/2011 07:17 PM, Roy T. Fielding wrote: >> Just to confirm, this only gets compiled if the user has added a --with >> option specific to nss, right? Otherwise it impacts our license. >> > > Actually it's > editing apu.hw and setting APU_HAVE_CRYPTO to 1, and then > nmake -f Makefile.win CRYPTO_LIST="nss" ... > > So, yes, similar to --with-foo configure option > given the toolkit limitation. Only nss? No openssl support [yet]?