summaryrefslogtreecommitdiff
path: root/include/apr.h.in
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2012-10-05 14:46:27 +0000
committerGraham Leggett <minfrin@apache.org>2012-10-05 14:46:27 +0000
commitd8a5125e780a2e8b3d3dc7d2d98a1f021b742282 (patch)
treef7da87327c9402bbcf98705ae8e2212d83c59d60 /include/apr.h.in
parentcc825a36a7ef3eff86fb4c5dbb2ba0645bc63a6e (diff)
downloadapr-d8a5125e780a2e8b3d3dc7d2d98a1f021b742282.tar.gz
apr_crypto: Add a native CommonCrypto implementation for iOS and OSX
where OpenSSL has been deprecated. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1394552 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr.h.in')
-rw-r--r--include/apr.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/apr.h.in b/include/apr.h.in
index b5bc72999..def752ee3 100644
--- a/include/apr.h.in
+++ b/include/apr.h.in
@@ -680,6 +680,7 @@ typedef int apr_wait_t;
#define APU_HAVE_CRYPTO @apu_have_crypto@
#define APU_HAVE_OPENSSL @apu_have_openssl@
#define APU_HAVE_NSS @apu_have_nss@
+#define APU_HAVE_COMMONCRYPTO @apu_have_commoncrypto@
#define APU_HAVE_ICONV @have_iconv@
#define APR_HAS_XLATE (APU_HAVE_ICONV)