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/src/ssl/s3_both.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/src/ssl/s3_both.c')
| -rw-r--r-- | lib/libssl/src/ssl/s3_both.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libssl/src/ssl/s3_both.c b/lib/libssl/src/ssl/s3_both.c index cd0a4b8013a..752bac6c946 100644 --- a/lib/libssl/src/ssl/s3_both.c +++ b/lib/libssl/src/ssl/s3_both.c @@ -1,4 +1,4 @@ -/* $OpenBSD: s3_both.c,v 1.31 2014/10/18 16:13:16 jsing Exp $ */ +/* $OpenBSD: s3_both.c,v 1.32 2014/11/16 14:12:47 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -115,12 +115,14 @@ */ #include <limits.h> -#include <string.h> #include <stdio.h> +#include <string.h> + #include "ssl_locl.h" + #include <openssl/buffer.h> -#include <openssl/objects.h> #include <openssl/evp.h> +#include <openssl/objects.h> #include <openssl/x509.h> /* send s->init_buf in records of type 'type' (SSL3_RT_HANDSHAKE or SSL3_RT_CHANGE_CIPHER_SPEC) */ |
