X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fs23_meth.c;h=b52ca1d58b3f2763c51bd1cb12ba1109487c7482;hp=fc9eae21a579f97c4052566d6a6140ca7dacbded;hb=891e465607f2c98d041bba6b0c269a630c5cf414;hpb=ec577822f95a8bca0023c5c77cef1a4916822d4a diff --git a/ssl/s23_meth.c b/ssl/s23_meth.c index fc9eae21a5..b52ca1d58b 100644 --- a/ssl/s23_meth.c +++ b/ssl/s23_meth.c @@ -60,12 +60,7 @@ #include #include "ssl_locl.h" -#ifndef NOPROTO static SSL_METHOD *ssl23_get_method(int ver); -#else -static SSL_METHOD *ssl23_get_method(); -#endif - static SSL_METHOD *ssl23_get_method(int ver) { if (ver == SSL2_VERSION)