diff options
author | tb <> | 2019-04-05 05:13:12 +0000 |
---|---|---|
committer | tb <> | 2019-04-05 05:13:12 +0000 |
commit | bb0983e43b6b7c2e9c4090a7c5d100e57756fbd2 (patch) | |
tree | 4aec45e320db551dd326156efc1c77c56451689a | |
parent | 31b0313d3e92ca460a9cf5a472703559d449bfe5 (diff) | |
download | openbsd-bb0983e43b6b7c2e9c4090a7c5d100e57756fbd2.tar.gz openbsd-bb0983e43b6b7c2e9c4090a7c5d100e57756fbd2.tar.bz2 openbsd-bb0983e43b6b7c2e9c4090a7c5d100e57756fbd2.zip |
Zap two dead #defines that were unused since jsing deleted the
record_type member of the tls13_handshake_action struct.
ok jsing
-rw-r--r-- | src/lib/libssl/tls13_handshake.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libssl/tls13_handshake.c b/src/lib/libssl/tls13_handshake.c index cb39974da5..fd49e03adc 100644 --- a/src/lib/libssl/tls13_handshake.c +++ b/src/lib/libssl/tls13_handshake.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: tls13_handshake.c,v 1.33 2019/04/04 16:53:57 jsing Exp $ */ | 1 | /* $OpenBSD: tls13_handshake.c,v 1.34 2019/04/05 05:13:12 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2018-2019 Theo Buehler <tb@openbsd.org> | 3 | * Copyright (c) 2018-2019 Theo Buehler <tb@openbsd.org> |
4 | * Copyright (c) 2019 Joel Sing <jsing@openbsd.org> | 4 | * Copyright (c) 2019 Joel Sing <jsing@openbsd.org> |
@@ -24,10 +24,6 @@ | |||
24 | 24 | ||
25 | /* Based on RFC 8446 and inspired by s2n's TLS 1.2 state machine. */ | 25 | /* Based on RFC 8446 and inspired by s2n's TLS 1.2 state machine. */ |
26 | 26 | ||
27 | /* Record types */ | ||
28 | #define TLS13_HANDSHAKE 1 | ||
29 | #define TLS13_APPLICATION_DATA 2 | ||
30 | |||
31 | struct tls13_handshake_action { | 27 | struct tls13_handshake_action { |
32 | uint8_t handshake_type; | 28 | uint8_t handshake_type; |
33 | uint8_t sender; | 29 | uint8_t sender; |