summaryrefslogtreecommitdiffstats
path: root/lib/libssl/tls13_internal.h
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_internal.h
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_internal.h')
-rw-r--r--lib/libssl/tls13_internal.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libssl/tls13_internal.h b/lib/libssl/tls13_internal.h
index b1d24ef02b6..6172ac25c9c 100644
--- a/lib/libssl/tls13_internal.h
+++ b/lib/libssl/tls13_internal.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tls13_internal.h,v 1.1 2018/11/07 19:43:12 beck Exp $ */
+/* $OpenBSD: tls13_internal.h,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
@@ -14,6 +14,8 @@
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include <openssl/evp.h>
+
struct tls13_secret {
uint8_t *data;
size_t len;