summaryrefslogtreecommitdiff
path: root/src/lib/libssl/t1_reneg.c
diff options
context:
space:
mode:
authorjsing <>2014-11-16 14:12:47 +0000
committerjsing <>2014-11-16 14:12:47 +0000
commitd6b346577efe94c30d6ba08ca7f8feae71688a3c (patch)
tree04d418c3104bff49ee7d27e26e24c2cb5fd85474 /src/lib/libssl/t1_reneg.c
parent00ff8dba92ed1b03a8b2b502f1c8509ee150189d (diff)
downloadopenbsd-d6b346577efe94c30d6ba08ca7f8feae71688a3c.tar.gz
openbsd-d6b346577efe94c30d6ba08ca7f8feae71688a3c.tar.bz2
openbsd-d6b346577efe94c30d6ba08ca7f8feae71688a3c.zip
Sort and group includes.
Diffstat (limited to 'src/lib/libssl/t1_reneg.c')
-rw-r--r--src/lib/libssl/t1_reneg.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libssl/t1_reneg.c b/src/lib/libssl/t1_reneg.c
index fee9dd8e4a..c93105ef4d 100644
--- a/src/lib/libssl/t1_reneg.c
+++ b/src/lib/libssl/t1_reneg.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: t1_reneg.c,v 1.8 2014/06/21 20:27:25 tedu Exp $ */ 1/* $OpenBSD: t1_reneg.c,v 1.9 2014/11/16 14:12:47 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -108,8 +108,11 @@
108 * Hudson (tjh@cryptsoft.com). 108 * Hudson (tjh@cryptsoft.com).
109 * 109 *
110 */ 110 */
111
111#include <stdio.h> 112#include <stdio.h>
113
112#include <openssl/objects.h> 114#include <openssl/objects.h>
115
113#include "ssl_locl.h" 116#include "ssl_locl.h"
114 117
115/* Add the client's renegotiation binding */ 118/* Add the client's renegotiation binding */