diff options
| author | jsing <> | 2021-05-16 14:20:29 +0000 |
|---|---|---|
| committer | jsing <> | 2021-05-16 14:20:29 +0000 |
| commit | 4383b3cde276d65d41278d2d73ce05c341d6aca8 (patch) | |
| tree | be48018cba39ab8f5c40adb25b551f7579c5aa49 /src | |
| parent | 007a9b3e1ca13c8a2bdaff310e0dcef4c167c224 (diff) | |
| download | openbsd-4383b3cde276d65d41278d2d73ce05c341d6aca8.tar.gz openbsd-4383b3cde276d65d41278d2d73ce05c341d6aca8.tar.bz2 openbsd-4383b3cde276d65d41278d2d73ce05c341d6aca8.zip | |
Avoid including tls13_internal.h in tls13_record.h.
While the implementation needs tls13_internal.h, consumers of
tls13_record.h should not.
Diffstat (limited to 'src')
| -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 | ||
