X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=ssl%2Fs23_meth.c;h=b52ca1d58b3f2763c51bd1cb12ba1109487c7482;hb=07fcf422a1cb184ceda785e9aaed33c9d354bdcb;hp=fc9eae21a579f97c4052566d6a6140ca7dacbded;hpb=ec577822f95a8bca0023c5c77cef1a4916822d4a;p=openssl.git 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)