From d6b346577efe94c30d6ba08ca7f8feae71688a3c Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sun, 16 Nov 2014 14:12:47 +0000 Subject: Sort and group includes. --- src/lib/libssl/t1_meth.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/libssl/t1_meth.c') diff --git a/src/lib/libssl/t1_meth.c b/src/lib/libssl/t1_meth.c index de066322f4..e0cc50e117 100644 --- a/src/lib/libssl/t1_meth.c +++ b/src/lib/libssl/t1_meth.c @@ -1,4 +1,4 @@ -/* $OpenBSD: t1_meth.c,v 1.13 2014/08/10 14:42:56 jsing Exp $ */ +/* $OpenBSD: t1_meth.c,v 1.14 2014/11/16 14:12:47 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -57,7 +57,9 @@ */ #include + #include + #include "ssl_locl.h" static const SSL_METHOD *tls1_get_method(int ver); -- cgit v1.2.3-55-g6feb