summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2019-06-23 22:56:39 +0000
committerGraham Leggett <minfrin@apache.org>2019-06-23 22:56:39 +0000
commit24ef67941e1b63f6e633f2688976ce35b77dbd51 (patch)
treeb23373480f2752418e96cf227f9d0ae65aa932ae /crypto
parent741c00a112a4419e65616260101d8026e69effa6 (diff)
downloadapr-24ef67941e1b63f6e633f2688976ce35b77dbd51.tar.gz
Fix the declation test.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1861955 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'crypto')
-rw-r--r--crypto/apr_crypto_openssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/apr_crypto_openssl.c b/crypto/apr_crypto_openssl.c
index 169ccf31d..4db2f994b 100644
--- a/crypto/apr_crypto_openssl.c
+++ b/crypto/apr_crypto_openssl.c
@@ -153,7 +153,7 @@ static apr_status_t crypto_error(const apu_err_t **result,
*/
static apr_status_t crypto_shutdown(void)
{
-#if HAVE_OPENSSL_INIT_SSL
+#if HAVE_DECL_OPENSSL_INIT_CRYPTO
/* Openssl v1.1+ handles all termination automatically. Do
* nothing in this case.
*/