From: Yann Ylavic Date: Sat, 4 Aug 2018 17:21:22 +0000 (+0000) Subject: Follow up to r1833368 and r1837435: update APLOGNO. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e49671c0ba2d11f7a36bb35a483664b0e82018a1;p=apache Follow up to r1833368 and r1837435: update APLOGNO. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1837437 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index b542d1d0e3..d7f47ddbba 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -10155 +10156 diff --git a/modules/ssl/mod_ssl.c b/modules/ssl/mod_ssl.c index 0c26e149df..605d987c3d 100644 --- a/modules/ssl/mod_ssl.c +++ b/modules/ssl/mod_ssl.c @@ -417,7 +417,7 @@ static int ssl_hook_pre_config(apr_pool_t *pconf, apr_pool_t *p = modssl_running_statically ? ap_pglobal : pconf; apr_status_t rv = apr_crypto_lib_init("openssl", NULL, NULL, p); if (rv != APR_SUCCESS && rv != APR_EREINIT) { - ap_log_perror(APLOG_MARK, APLOG_ERR, rv, pconf, APLOGNO() + ap_log_perror(APLOG_MARK, APLOG_ERR, rv, pconf, APLOGNO(10155) "mod_ssl: can't initialize OpenSSL library"); return !OK; }