return v1.1 methods for client/server
diff --git a/ssl/s23_meth.c b/ssl/s23_meth.c
index c6099ef..a2b4b22 100644
--- a/ssl/s23_meth.c
+++ b/ssl/s23_meth.c
@@ -76,6 +76,8 @@
 #ifndef OPENSSL_NO_TLS1
 	if (ver == TLS1_VERSION)
 		return(TLSv1_method());
+	else if (ver == TLS1_1_VERSION)
+		return(TLSv1_1_method());
 	else
 #endif
 		return(NULL);