summaryrefslogtreecommitdiffstats
path: root/lib/libssl/tls13_key_schedule.c
diff options
context:
space:
mode:
authortb <tb@openbsd.org>2018-11-08 20:38:25 +0000
committertb <tb@openbsd.org>2018-11-08 20:38:25 +0000
commit9e0e67a28d1954da240f512a966b4ca2593d409c (patch)
treefa1ff1b9a5433fb1ad89c5389c34dd4c83059797 /lib/libssl/tls13_key_schedule.c
parentEnsure the handshake transcript is cleaned up. (diff)
downloadwireguard-openbsd-9e0e67a28d1954da240f512a966b4ca2593d409c.tar.xz
wireguard-openbsd-9e0e67a28d1954da240f512a966b4ca2593d409c.zip
Move #include <openssl/evp.h> to the header.
discussed with beck and jsing
Diffstat (limited to 'lib/libssl/tls13_key_schedule.c')
-rw-r--r--lib/libssl/tls13_key_schedule.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libssl/tls13_key_schedule.c b/lib/libssl/tls13_key_schedule.c
index 6aa8b65e70d..b409842d5a6 100644
--- a/lib/libssl/tls13_key_schedule.c
+++ b/lib/libssl/tls13_key_schedule.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tls13_key_schedule.c,v 1.1 2018/11/07 19:43:12 beck Exp $ */
+/* $OpenBSD: tls13_key_schedule.c,v 1.2 2018/11/08 20:38:25 tb Exp $ */
/* Copyright (c) 2018, Bob Beck <beck@openbsd.org>
*
* Permission to use, copy, modify, and/or distribute this software for any
@@ -17,7 +17,6 @@
#include <string.h>
#include <stdlib.h>
-#include <openssl/evp.h>
#include <openssl/hkdf.h>
#include "bytestring.h"