X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=ssl%2Ft1_clnt.c;h=9745630a008cf8e1a17e077846afd3650cac109e;hb=902d1051b140d6677e05a0e6eb8a429d2f81ee46;hp=429ad0eca5d9ee661f62e854cdbfd042313c701f;hpb=5cc146f344bd2225e7afa66052a8401468b94ef4;p=openssl.git 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)