--- heirloom-mailx-12.5/openssl.c	2016-03-26 13:25:43.645830831 +0100
+++ heirloom-mailx-12.5-lunar/openssl.c	2016-03-26 13:34:42.392476258 +0100
@@ -216,9 +216,7 @@
 
 	cp = ssl_method_string(uhp);
 	if (cp != NULL) {
-		if (equal(cp, "ssl3"))
-			method = SSLv3_client_method();
-		else if (equal(cp, "tls1"))
+		if (equal(cp, "tls1"))
 			method = TLSv1_client_method();
 		else {
 			fprintf(stderr, catgets(catd, CATSET, 244,
