From d462f7ed56b19a09201e92ccbb7110c3a96071fa Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Wed, 3 Aug 2016 14:21:35 +0000 Subject: Update to 2.1.2. Reported by: portscout Sponsored by: Absolight --- net-mgmt/nagios-plugins/files/patch-plugins_sslutils.c | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 net-mgmt/nagios-plugins/files/patch-plugins_sslutils.c (limited to 'net-mgmt/nagios-plugins/files/patch-plugins_sslutils.c') diff --git a/net-mgmt/nagios-plugins/files/patch-plugins_sslutils.c b/net-mgmt/nagios-plugins/files/patch-plugins_sslutils.c deleted file mode 100644 index 1c531d4ca98c..000000000000 --- a/net-mgmt/nagios-plugins/files/patch-plugins_sslutils.c +++ /dev/null @@ -1,16 +0,0 @@ ---- plugins/sslutils.c.orig 2015-07-30 21:40:06 UTC -+++ plugins/sslutils.c -@@ -70,8 +70,13 @@ int np_net_ssl_init_with_hostname_versio - #endif - break; - case 3: /* SSLv3 protocol */ -+#if defined(OPENSSL_NO_SSL3) -+ printf(("%s\n", _("CRITICAL - SSL protocol version 3 is not supported by your SSL library."))); -+ return STATE_CRITICAL; -+#else - method = SSLv3_client_method(); - ssl_options = SSL_OP_NO_SSLv2 | SSL_OP_NO_TLSv1; -+#endif - break; - default: /* Unsupported */ - printf("%s\n", _("CRITICAL - Unsupported SSL protocol version.")); -- cgit v1.2.3