summaryrefslogtreecommitdiffstats
path: root/lib/libssl/ssl_err.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_err.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_err.c')
-rw-r--r--lib/libssl/ssl_err.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libssl/ssl_err.c b/lib/libssl/ssl_err.c
index 33cd5f2f96f..eb0fb4f8f2e 100644
--- a/lib/libssl/ssl_err.c
+++ b/lib/libssl/ssl_err.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssl_err.c,v 1.26 2014/09/27 11:01:06 jsing Exp $ */
+/* $OpenBSD: ssl_err.c,v 1.27 2014/11/16 14:12:47 jsing Exp $ */
/* ====================================================================
* Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved.
*
@@ -59,6 +59,7 @@
*/
#include <stdio.h>
+
#include <openssl/err.h>
#include <openssl/ssl.h>