diff options
Diffstat (limited to 'lib/libssl/t1_clnt.c')
-rw-r--r-- | lib/libssl/t1_clnt.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libssl/t1_clnt.c b/lib/libssl/t1_clnt.c index cb5f26a07c8..b2adbaee73f 100644 --- a/lib/libssl/t1_clnt.c +++ b/lib/libssl/t1_clnt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: t1_clnt.c,v 1.15 2014/10/18 16:13:16 jsing Exp $ */ +/* $OpenBSD: t1_clnt.c,v 1.16 2014/11/16 14:12:47 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -57,10 +57,12 @@ */ #include <stdio.h> + #include "ssl_locl.h" + #include <openssl/buffer.h> -#include <openssl/objects.h> #include <openssl/evp.h> +#include <openssl/objects.h> static const SSL_METHOD *tls1_get_client_method(int ver); |