1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

* modules/ssl: Add some missing logno tags.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1830816 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Joe Orton
2018-05-03 12:25:32 +00:00
parent c93e111a6a
commit 7603230ed1
3 changed files with 4 additions and 4 deletions

View File

@@ -947,7 +947,7 @@ static apr_status_t ssl_init_ctx_cipher_suite(server_rec *s,
#ifdef SSL_OP_NO_TLSv1_3
if (mctx->auth.tls13_ciphers
&& !SSL_CTX_set_ciphersuites(ctx, mctx->auth.tls13_ciphers)) {
ap_log_error(APLOG_MARK, APLOG_EMERG, 0, s, APLOGNO()
ap_log_error(APLOG_MARK, APLOG_EMERG, 0, s, APLOGNO(10127)
"Unable to configure permitted TLSv1.3 ciphers");
ssl_log_ssl_error(SSLLOG_MARK, APLOG_EMERG, s);
return ssl_die(s);