--- a/src/context.c 2016-03-03 05:35:25.593333327 +0100 +++ b/src/context.c 2016-03-03 05:35:47.793333333 +0100 @@ -65,8 +65,6 @@ static int set_option_flag(const char *o */ static LSEC_SSL_METHOD* str2method(const char *method) { - if (!strcmp(method, "sslv23")) return SSLv23_method(); - if (!strcmp(method, "sslv3")) return SSLv3_method(); if (!strcmp(method, "tlsv1")) return TLSv1_method(); #if (OPENSSL_VERSION_NUMBER >= 0x1000100fL) if (!strcmp(method, "tlsv1_1")) return TLSv1_1_method();