X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fs23_meth.c;h=b52ca1d58b3f2763c51bd1cb12ba1109487c7482;hp=f1f81325be2410f4d9e73131a3fa5d833bc2cc7b;hb=74400f7348c589bf9e7cd17f657c05b25f8758b1;hpb=5cc146f344bd2225e7afa66052a8401468b94ef4 diff --git a/ssl/s23_meth.c b/ssl/s23_meth.c index f1f81325be..b52ca1d58b 100644 --- a/ssl/s23_meth.c +++ b/ssl/s23_meth.c @@ -57,15 +57,10 @@ */ #include -#include "objects.h" +#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)