X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=ssl%2Fs23_clnt.c;h=019e9aecee0e2b46f0daf18270f65ac62b8c3ad5;hb=d7041ea5dec42326947781642ee330042b65609a;hp=b2be8340fb30ab8fc7698078b7daf9146921fa87;hpb=45d87a1ffe45b668cb6a6645bdc3e21a69324a41;p=oweals%2Fopenssl.git diff --git a/ssl/s23_clnt.c b/ssl/s23_clnt.c index b2be8340fb..019e9aecee 100644 --- a/ssl/s23_clnt.c +++ b/ssl/s23_clnt.c @@ -57,11 +57,11 @@ */ #include +#include "ssl_locl.h" #include #include #include #include -#include "ssl_locl.h" static SSL_METHOD *ssl23_get_client_method(int ver); static int ssl23_client_hello(SSL *s);