[packages] monit: Bump to 5.4 and bugfixes
[packages.git] / admin / monit / patches / 001-no_sslv2.patch
index 997e313..e69de29 100644 (file)
@@ -1,18 +0,0 @@
---- a/ssl.c
-+++ b/ssl.c
-@@ -635,6 +635,7 @@ ssl_connection *new_ssl_connection(char
- #endif
-     break;
-+#ifndef OPENSSL_NO_SSLV2
-   case SSL_VERSION_SSLV2:
- #ifdef OPENSSL_FIPS
-     if (FIPS_mode()) {
-@@ -647,6 +648,7 @@ ssl_connection *new_ssl_connection(char
-     }
- #endif
-     break;
-+#endif
-   case SSL_VERSION_SSLV3:
- #ifdef OPENSSL_FIPS