summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/ssl/s23_pkt.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libssl/src/ssl/s23_pkt.c')
-rw-r--r--lib/libssl/src/ssl/s23_pkt.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libssl/src/ssl/s23_pkt.c b/lib/libssl/src/ssl/s23_pkt.c
index d116db699bd..2081f48f08d 100644
--- a/lib/libssl/src/ssl/s23_pkt.c
+++ b/lib/libssl/src/ssl/s23_pkt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: s23_pkt.c,v 1.8 2014/06/12 15:49:31 deraadt Exp $ */
+/* $OpenBSD: s23_pkt.c,v 1.9 2014/11/16 14:12:47 jsing Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -56,11 +56,13 @@
* [including the GNU Public Licence.]
*/
-#include <stdio.h>
#include <errno.h>
+#include <stdio.h>
+
#include "ssl_locl.h"
-#include <openssl/evp.h>
+
#include <openssl/buffer.h>
+#include <openssl/evp.h>
int
ssl23_write_bytes(SSL *s)