You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by mt...@apache.org on 2011/12/06 23:31:38 UTC

svn commit: r1211211 - /apr/apr-util/branches/1.4.x/crypto/apr_crypto.c

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));