diff options
Diffstat (limited to 'src/lib/libssl/tls13_handshake_msg.c')
-rw-r--r-- | src/lib/libssl/tls13_handshake_msg.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/tls13_handshake_msg.c b/src/lib/libssl/tls13_handshake_msg.c index 21932fc4ee..ff6d6d7e19 100644 --- a/src/lib/libssl/tls13_handshake_msg.c +++ b/src/lib/libssl/tls13_handshake_msg.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: tls13_handshake_msg.c,v 1.2 2019/11/20 16:21:20 beck Exp $ */ | 1 | /* $OpenBSD: tls13_handshake_msg.c,v 1.3 2021/05/16 14:19:04 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2018, 2019 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2018, 2019 Joel Sing <jsing@openbsd.org> |
4 | * | 4 | * |
@@ -16,7 +16,6 @@ | |||
16 | */ | 16 | */ |
17 | 17 | ||
18 | #include "bytestring.h" | 18 | #include "bytestring.h" |
19 | #include "ssl_locl.h" | ||
20 | #include "tls13_internal.h" | 19 | #include "tls13_internal.h" |
21 | 20 | ||
22 | #define TLS13_HANDSHAKE_MSG_HEADER_LEN 4 | 21 | #define TLS13_HANDSHAKE_MSG_HEADER_LEN 4 |