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_buffer.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 'src/lib/libssl/tls13_buffer.c')
-rw-r--r-- | src/lib/libssl/tls13_buffer.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/tls13_buffer.c b/src/lib/libssl/tls13_buffer.c index 49f2f1e21b..b46ac65ecf 100644 --- a/src/lib/libssl/tls13_buffer.c +++ b/src/lib/libssl/tls13_buffer.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: tls13_buffer.c,v 1.4 2021/05/16 14:10:43 jsing Exp $ */ | 1 | /* $OpenBSD: tls13_buffer.c,v 1.5 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 | struct tls13_buffer { | 21 | struct tls13_buffer { |