mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
Follow up to r1735882: fill in APLOGNO().
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1735941 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1 +1 @@
|
|||||||
3378
|
3379
|
||||||
|
@@ -618,7 +618,7 @@ static apr_status_t ssl_init_ctx_protocol(server_rec *s,
|
|||||||
} else {
|
} else {
|
||||||
SSL_CTX_free(ctx);
|
SSL_CTX_free(ctx);
|
||||||
mctx->ssl_ctx = NULL;
|
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]");
|
"No SSL protocols available [hint: SSLProtocol]");
|
||||||
return ssl_die(s);
|
return ssl_die(s);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user