From commits-return-12372-apmail-apr-commits-archive=apr.apache.org@apr.apache.org Tue Dec 6 22:32:00 2011 Return-Path: X-Original-To: apmail-apr-commits-archive@www.apache.org Delivered-To: apmail-apr-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C97549147 for ; Tue, 6 Dec 2011 22:32:00 +0000 (UTC) Received: (qmail 48892 invoked by uid 500); 6 Dec 2011 22:32:00 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 48840 invoked by uid 500); 6 Dec 2011 22:32:00 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 48812 invoked by uid 99); 6 Dec 2011 22:32:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Dec 2011 22:32:00 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Dec 2011 22:31:59 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 3C49F238899C for ; Tue, 6 Dec 2011 22:31:38 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1211211 - /apr/apr-util/branches/1.4.x/crypto/apr_crypto.c Date: Tue, 06 Dec 2011 22:31:38 -0000 To: commits@apr.apache.org From: mturk@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111206223138.3C49F238899C@eris.apache.org> Author: mturk Date: Tue Dec 6 22:31:37 2011 New Revision: 1211211 URL: http://svn.apache.org/viewvc?rev=1211211&view=rev Log: This is APU not APR Modified: apr/apr-util/branches/1.4.x/crypto/apr_crypto.c Modified: apr/apr-util/branches/1.4.x/crypto/apr_crypto.c URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/crypto/apr_crypto.c?rev=1211211&r1=1211210&r2=1211211&view=diff ============================================================================== --- apr/apr-util/branches/1.4.x/crypto/apr_crypto.c (original) +++ apr/apr-util/branches/1.4.x/crypto/apr_crypto.c Tue Dec 6 22:31:37 2011 @@ -140,7 +140,7 @@ static apr_status_t crypto_clear(void *p return APR_SUCCESS; } -APR_DECLARE(apr_status_t) apr_crypto_clear(apr_pool_t *pool, +APU_DECLARE(apr_status_t) apr_crypto_clear(apr_pool_t *pool, void *buffer, apr_size_t size) { apr_crypto_clear_t *clear = apr_palloc(pool, sizeof(apr_crypto_clear_t));