mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
Fixup space in error message.
This commit is contained in:
parent
c94e13220b
commit
b4b0065554
1 changed files with 1 additions and 1 deletions
|
|
@ -498,7 +498,7 @@ setup_ctx(struct config_file* cfg)
|
||||||
ssl_err("could not set SSL_OP_NO_SSLv2");
|
ssl_err("could not set SSL_OP_NO_SSLv2");
|
||||||
if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3) & SSL_OP_NO_SSLv3)
|
if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3) & SSL_OP_NO_SSLv3)
|
||||||
!= SSL_OP_NO_SSLv3)
|
!= SSL_OP_NO_SSLv3)
|
||||||
ssl_err("could not set SSL_O P_NO_SSLv3");
|
ssl_err("could not set SSL_OP_NO_SSLv3");
|
||||||
#if defined(SSL_OP_NO_RENEGOTIATION)
|
#if defined(SSL_OP_NO_RENEGOTIATION)
|
||||||
/* disable client renegotiation */
|
/* disable client renegotiation */
|
||||||
if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) &
|
if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) &
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue