diff options
| author | tb <> | 2019-04-05 05:13:12 +0000 | 
|---|---|---|
| committer | tb <> | 2019-04-05 05:13:12 +0000 | 
| commit | 577d186c707e745daefd41a6fb594038fbebe6d1 (patch) | |
| tree | 4aec45e320db551dd326156efc1c77c56451689a /src | |
| parent | 005d0d2b1db79a8a38e4bcfb78d4b64f495fbccc (diff) | |
| download | openbsd-577d186c707e745daefd41a6fb594038fbebe6d1.tar.gz openbsd-577d186c707e745daefd41a6fb594038fbebe6d1.tar.bz2 openbsd-577d186c707e745daefd41a6fb594038fbebe6d1.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 '')
| -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; | 
