X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=ssl%2Ft1_clnt.c;h=9745630a008cf8e1a17e077846afd3650cac109e;hp=429ad0eca5d9ee661f62e854cdbfd042313c701f;hb=1eab9a1fbb6bcc3c616881da00c68bb2ef61589b;hpb=5cc146f344bd2225e7afa66052a8401468b94ef4 diff --git a/ssl/t1_clnt.c b/ssl/t1_clnt.c index 429ad0eca5..9745630a00 100644 --- a/ssl/t1_clnt.c +++ b/ssl/t1_clnt.c @@ -57,18 +57,13 @@ */ #include -#include "buffer.h" -#include "rand.h" -#include "objects.h" -#include "evp.h" +#include +#include +#include +#include #include "ssl_locl.h" -#ifndef NOPROTO static SSL_METHOD *tls1_get_client_method(int ver); -#else -static SSL_METHOD *tls1_get_client_method(); -#endif - static SSL_METHOD *tls1_get_client_method(int ver) { if (ver == TLS1_VERSION)