diff options
author | 2014-11-16 14:12:47 +0000 | |
---|---|---|
committer | 2014-11-16 14:12:47 +0000 | |
commit | c5899dbc0835d775bcf3af5d6a5964852c8faf9b (patch) | |
tree | cc7caf039035292a6c77ef21bb67c60855d8e4c9 /lib/libssl/t1_meth.c | |
parent | Replace a plethora of historical protection options with just (diff) | |
download | wireguard-openbsd-c5899dbc0835d775bcf3af5d6a5964852c8faf9b.tar.xz wireguard-openbsd-c5899dbc0835d775bcf3af5d6a5964852c8faf9b.zip |
Sort and group includes.
Diffstat (limited to 'lib/libssl/t1_meth.c')
-rw-r--r-- | lib/libssl/t1_meth.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libssl/t1_meth.c b/lib/libssl/t1_meth.c index de066322f46..e0cc50e1172 100644 --- a/lib/libssl/t1_meth.c +++ b/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 <stdio.h> + #include <openssl/objects.h> + #include "ssl_locl.h" static const SSL_METHOD *tls1_get_method(int ver); |