diff options
author | jsing <> | 2021-05-16 14:20:29 +0000 |
---|---|---|
committer | jsing <> | 2021-05-16 14:20:29 +0000 |
commit | c475379847ceff94503ac3229a8376c8334f6693 (patch) | |
tree | be48018cba39ab8f5c40adb25b551f7579c5aa49 | |
parent | 0114e0970d9a52e216323e46b79b51d46318e5fe (diff) | |
download | openbsd-c475379847ceff94503ac3229a8376c8334f6693.tar.gz openbsd-c475379847ceff94503ac3229a8376c8334f6693.tar.bz2 openbsd-c475379847ceff94503ac3229a8376c8334f6693.zip |
Avoid including tls13_internal.h in tls13_record.h.
While the implementation needs tls13_internal.h, consumers of
tls13_record.h should not.
-rw-r--r-- | src/lib/libssl/tls13_record.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/tls13_record.h b/src/lib/libssl/tls13_record.h index 400153ba77..4b7ac4f8dc 100644 --- a/src/lib/libssl/tls13_record.h +++ b/src/lib/libssl/tls13_record.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: tls13_record.h,v 1.3 2019/01/21 00:24:19 jsing Exp $ */ | 1 | /* $OpenBSD: tls13_record.h,v 1.4 2021/05/16 14:20:29 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2019 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2019 Joel Sing <jsing@openbsd.org> |
4 | * | 4 | * |
@@ -19,7 +19,6 @@ | |||
19 | #define HEADER_TLS13_RECORD_H | 19 | #define HEADER_TLS13_RECORD_H |
20 | 20 | ||
21 | #include "bytestring.h" | 21 | #include "bytestring.h" |
22 | #include "tls13_internal.h" | ||
23 | 22 | ||
24 | __BEGIN_HIDDEN_DECLS | 23 | __BEGIN_HIDDEN_DECLS |
25 | 24 | ||