]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Follow up to r1735882: fill in APLOGNO().
authorRainer Jung <rjung@apache.org>
Wed, 10 Aug 2016 21:04:22 +0000 (21:04 +0000)
committerRainer Jung <rjung@apache.org>
Wed, 10 Aug 2016 21:04:22 +0000 (21:04 +0000)
Backport of r1735941 from trunk.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-openssl-1.1.0-compat@1755858 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_init.c

index 167c14b5916cf2ce8ea76961252a57acb8b78ce5..7c231e5e62fe303b76c229e44922236f4cb562b4 100644 (file)
@@ -592,7 +592,7 @@ static apr_status_t ssl_init_ctx_protocol(server_rec *s,
     } else {
         SSL_CTX_free(ctx);
         mctx->ssl_ctx = NULL;
-        ap_log_error(APLOG_MARK, APLOG_EMERG, 0, s, APLOGNO()
+        ap_log_error(APLOG_MARK, APLOG_EMERG, 0, s, APLOGNO(03378)
                 "No SSL protocols available [hint: SSLProtocol]");
         return ssl_die(s);
     }