diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2021-05-16 14:20:30 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2021-05-16 14:20:30 +0000 |
commit | 4bc699a226920f797d7034811ae531e68a3fe004 (patch) | |
tree | 095f8edd22c0be74e840dfa6198ad64e132e6543 /lib | |
parent | 9e408d1ce7c6e883d61bfb23503cc4d3fcfa4e6b (diff) |
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 'lib')
-rw-r--r-- | lib/libssl/tls13_record.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libssl/tls13_record.h b/lib/libssl/tls13_record.h index 400153ba779..4b7ac4f8dcd 100644 --- a/lib/libssl/tls13_record.h +++ b/lib/libssl/tls13_record.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tls13_record.h,v 1.3 2019/01/21 00:24:19 jsing Exp $ */ +/* $OpenBSD: tls13_record.h,v 1.4 2021/05/16 14:20:29 jsing Exp $ */ /* * Copyright (c) 2019 Joel Sing <jsing@openbsd.org> * @@ -19,7 +19,6 @@ #define HEADER_TLS13_RECORD_H #include "bytestring.h" -#include "tls13_internal.h" __BEGIN_HIDDEN_DECLS |