diff options
Diffstat (limited to 'usr.sbin/httpd/src/modules/ssl/ssl_engine_kernel.c')
| -rw-r--r-- | usr.sbin/httpd/src/modules/ssl/ssl_engine_kernel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/httpd/src/modules/ssl/ssl_engine_kernel.c b/usr.sbin/httpd/src/modules/ssl/ssl_engine_kernel.c index 89823934f68..254757b60cc 100644 --- a/usr.sbin/httpd/src/modules/ssl/ssl_engine_kernel.c +++ b/usr.sbin/httpd/src/modules/ssl/ssl_engine_kernel.c @@ -802,7 +802,7 @@ int ssl_hook_Access(request_rec *r) sk_SSL_CIPHER_free(skCipherOld); /* tracing */ if (renegotiate) { - if (sc->cipher_server_pref == TRUE) + if (sc->bHonorCipherOrder == TRUE) SSL_set_options(ssl, SSL_OP_CIPHER_SERVER_PREFERENCE); ssl_log(r->server, SSL_LOG_TRACE, "Reconfigured cipher suite will force renegotiation"); |
