summaryrefslogtreecommitdiffstats
path: root/lib/libssl/tls13_handshake.c
diff options
context:
space:
mode:
authortb <tb@openbsd.org>2019-04-05 05:13:12 +0000
committertb <tb@openbsd.org>2019-04-05 05:13:12 +0000
commit832e28afb9335ca56a32814a96afe0042b070739 (patch)
treeb2dbff2ec07957fee417f3a30a36d2cc4f5f09c8 /lib/libssl/tls13_handshake.c
parentprint the gre protocol number as hex when vflag is enabled (diff)
downloadwireguard-openbsd-832e28afb9335ca56a32814a96afe0042b070739.tar.xz
wireguard-openbsd-832e28afb9335ca56a32814a96afe0042b070739.zip
Zap two dead #defines that were unused since jsing deleted the
record_type member of the tls13_handshake_action struct. ok jsing
Diffstat (limited to 'lib/libssl/tls13_handshake.c')
-rw-r--r--lib/libssl/tls13_handshake.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libssl/tls13_handshake.c b/lib/libssl/tls13_handshake.c
index cb39974da50..fd49e03adc5 100644
--- a/lib/libssl/tls13_handshake.c
+++ b/lib/libssl/tls13_handshake.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tls13_handshake.c,v 1.33 2019/04/04 16:53:57 jsing Exp $ */
+/* $OpenBSD: tls13_handshake.c,v 1.34 2019/04/05 05:13:12 tb Exp $ */
/*
* Copyright (c) 2018-2019 Theo Buehler <tb@openbsd.org>
* Copyright (c) 2019 Joel Sing <jsing@openbsd.org>
@@ -24,10 +24,6 @@
/* Based on RFC 8446 and inspired by s2n's TLS 1.2 state machine. */
-/* Record types */
-#define TLS13_HANDSHAKE 1
-#define TLS13_APPLICATION_DATA 2
-
struct tls13_handshake_action {
uint8_t handshake_type;
uint8_t sender;