summaryrefslogtreecommitdiffstats
path: root/lib/libssl/ssl_ciph.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_ciph.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_ciph.c')
-rw-r--r--lib/libssl/ssl_ciph.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libssl/ssl_ciph.c b/lib/libssl/ssl_ciph.c
index 6193cd1a666..443c2ec6602 100644
--- a/lib/libssl/ssl_ciph.c
+++ b/lib/libssl/ssl_ciph.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssl_ciph.c,v 1.72 2014/11/08 15:21:02 jsing Exp $ */
+/* $OpenBSD: ssl_ciph.c,v 1.73 2014/11/16 14:12:47 jsing Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -141,10 +141,13 @@
*/
#include <stdio.h>
+
#include <openssl/objects.h>
+
#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
#endif
+
#include "ssl_locl.h"
#define SSL_ENC_DES_IDX 0