From 0a406d8dcec816a94d283b872755b28f219bea2e Mon Sep 17 00:00:00 2001 From: Sebastian Herbszt Date: Sat, 20 Dec 2014 20:58:22 +0100 Subject: sslutils: remove superfluous parenthesis Remove superfluous parenthesis. Signed-off-by: Sebastian Herbszt --- plugins/sslutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sslutils.c b/plugins/sslutils.c index 4933dd0d..494a1ece 100644 --- a/plugins/sslutils.c +++ b/plugins/sslutils.c @@ -59,7 +59,7 @@ int np_net_ssl_init_with_hostname_version_and_cert(int sd, char *host_name, int break; case 2: /* SSLv2 protocol */ #if defined(USE_GNUTLS) || defined(OPENSSL_NO_SSL2) - printf(("%s\n", _("CRITICAL - SSL protocol version 2 is not supported by your SSL library."))); + printf("%s\n", _("CRITICAL - SSL protocol version 2 is not supported by your SSL library.")); return STATE_CRITICAL; #else method = SSLv2_client_method(); -- cgit v1.2.3