You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by ji...@apache.org on 2016/11/02 18:47:16 UTC

svn commit: r1767759 - /apr/apr-util/branches/1.6.x/crypto/apr_crypto_commoncrypto.c

Author: jim
Date: Wed Nov  2 18:47:16 2016
New Revision: 1767759

URL: http://svn.apache.org/viewvc?rev=1767759&view=rev
Log:
Adjust breakage

Modified:
    apr/apr-util/branches/1.6.x/crypto/apr_crypto_commoncrypto.c

Modified: apr/apr-util/branches/1.6.x/crypto/apr_crypto_commoncrypto.c
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.6.x/crypto/apr_crypto_commoncrypto.c?rev=1767759&r1=1767758&r2=1767759&view=diff
==============================================================================
--- apr/apr-util/branches/1.6.x/crypto/apr_crypto_commoncrypto.c (original)
+++ apr/apr-util/branches/1.6.x/crypto/apr_crypto_commoncrypto.c Wed Nov  2 18:47:16 2016
@@ -14,9 +14,9 @@
  * limitations under the License.
  */
 
+#include "apr.h"
 #include "apr_lib.h"
 #include "apu.h"
-#include "apr_private.h"
 #include "apu_errno.h"
 
 #include <ctype.h>
@@ -899,7 +899,7 @@ static apr_status_t crypto_block_decrypt
 /**
  * OSX Common Crypto module.
  */
-APR_MODULE_DECLARE_DATA const apr_crypto_driver_t apr_crypto_commoncrypto_driver =
+APU_MODULE_DECLARE_DATA const apr_crypto_driver_t apr_crypto_commoncrypto_driver =
 {
         "commoncrypto", crypto_init, crypto_make, crypto_get_block_key_types,
         crypto_get_block_key_modes, crypto_passphrase,