summaryrefslogtreecommitdiffstats
path: root/lib/libssl/ssl_err2.c
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2014-11-16 14:12:47 +0000
committerjsing <jsing@openbsd.org>2014-11-16 14:12:47 +0000
commitc5899dbc0835d775bcf3af5d6a5964852c8faf9b (patch)
treecc7caf039035292a6c77ef21bb67c60855d8e4c9 /lib/libssl/ssl_err2.c
parentReplace a plethora of historical protection options with just (diff)
downloadwireguard-openbsd-c5899dbc0835d775bcf3af5d6a5964852c8faf9b.tar.xz
wireguard-openbsd-c5899dbc0835d775bcf3af5d6a5964852c8faf9b.zip
Sort and group includes.
Diffstat (limited to 'lib/libssl/ssl_err2.c')
-rw-r--r--lib/libssl/ssl_err2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libssl/ssl_err2.c b/lib/libssl/ssl_err2.c
index 0e5b3b5015d..19eb4a5afe1 100644
--- a/lib/libssl/ssl_err2.c
+++ b/lib/libssl/ssl_err2.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssl_err2.c,v 1.5 2014/06/12 15:49:31 deraadt Exp $ */
+/* $OpenBSD: ssl_err2.c,v 1.6 2014/11/16 14:12:47 jsing Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -57,6 +57,7 @@
*/
#include <stdio.h>
+
#include <openssl/err.h>
#include <openssl/ssl.h>