diff options
author | jsing <> | 2021-05-16 14:19:04 +0000 |
---|---|---|
committer | jsing <> | 2021-05-16 14:19:04 +0000 |
commit | 0114e0970d9a52e216323e46b79b51d46318e5fe (patch) | |
tree | d5b83d789971c5b6b5b8df5a9fea43dbdfc6633d /src/lib/libssl/tls13_handshake_msg.c | |
parent | f90f5cc9a7987768e1cd09f4fc110caf5512afff (diff) | |
download | openbsd-0114e0970d9a52e216323e46b79b51d46318e5fe.tar.gz openbsd-0114e0970d9a52e216323e46b79b51d46318e5fe.tar.bz2 openbsd-0114e0970d9a52e216323e46b79b51d46318e5fe.zip |
Avoid pulling ssl_locl.h into self-contained code.
Diffstat (limited to '')
-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 |