From 24ef67941e1b63f6e633f2688976ce35b77dbd51 Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Sun, 23 Jun 2019 22:56:39 +0000 Subject: Fix the declation test. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1861955 13f79535-47bb-0310-9956-ffa450edef68 --- crypto/apr_crypto_openssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto') 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. */ -- cgit v1.2.1