You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by mi...@apache.org on 2011/12/09 13:21:54 UTC

svn commit: r1212359 - in /apr/apr-util/branches/1.5.x: ./ crypto/apr_crypto.c

Author: minfrin
Date: Fri Dec  9 12:21:54 2011
New Revision: 1212359

URL: http://svn.apache.org/viewvc?rev=1212359&view=rev
Log:
Forward-port:
This is APU not APR

Modified:
    apr/apr-util/branches/1.5.x/   (props changed)
    apr/apr-util/branches/1.5.x/crypto/apr_crypto.c

Propchange: apr/apr-util/branches/1.5.x/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Dec  9 12:21:54 2011
@@ -1,3 +1,4 @@
 /apr/apr/trunk:781403,781409,784519,784592,789965,794508,917837-917838,1127648,1128838,1129433,1133587,1207704,1210524,1211987
 /apr/apr-util/branches/1.3.x:896410,1154885
+/apr/apr-util/branches/1.4.x:1211211
 /apr/apr-util/trunk:731033-731034,731225,731236,731291,731293,731379,743986,744009,745771,747612,747623,747630

Modified: apr/apr-util/branches/1.5.x/crypto/apr_crypto.c
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.5.x/crypto/apr_crypto.c?rev=1212359&r1=1212358&r2=1212359&view=diff
==============================================================================
--- apr/apr-util/branches/1.5.x/crypto/apr_crypto.c (original)
+++ apr/apr-util/branches/1.5.x/crypto/apr_crypto.c Fri Dec  9 12:21:54 2011
@@ -124,7 +124,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));