monit-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[monit-dev] [monit] r363 committed - sslv2 support check


From: monit
Subject: [monit-dev] [monit] r363 committed - sslv2 support check
Date: Wed, 06 Apr 2011 07:40:18 +0000

Revision: 363
Author:   address@hidden
Date:     Wed Apr  6 00:39:22 2011
Log:      sslv2 support check
http://code.google.com/p/monit/source/detail?r=363

Modified:
 /trunk/ssl.c

=======================================
--- /trunk/ssl.c        Wed Apr  6 00:31:06 2011
+++ /trunk/ssl.c        Wed Apr  6 00:39:22 2011
@@ -639,8 +639,9 @@
       LogError("SSLv2 is not allowed in FIPS mode - use TLSv1");
       goto sslerror;
     } else
-#endif
+#else
       ssl->method = SSLv2_client_method();
+#endif
     break;

   case SSL_VERSION_SSLV3:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]