From: W.C.A. Wijngaards Date: Fri, 19 Jul 2019 10:51:37 +0000 (+0200) Subject: Fixup space in error message. X-Git-Tag: release-1.9.3rc1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4b00655542024111bc2eb044f2029008cf9a6ae;p=thirdparty%2Funbound.git Fixup space in error message. --- diff --git a/smallapp/unbound-control.c b/smallapp/unbound-control.c index eba7f5814..01e2385fa 100644 --- a/smallapp/unbound-control.c +++ b/smallapp/unbound-control.c @@ -498,7 +498,7 @@ setup_ctx(struct config_file* cfg) ssl_err("could not set SSL_OP_NO_SSLv2"); if((SSL_CTX_set_options(ctx, 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) /* disable client renegotiation */ if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) &