artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
554b474
)
Avoid including tls13_internal.h in tls13_record.h.
author
jsing
<jsing@openbsd.org>
Sun, 16 May 2021 14:20:29 +0000
(14:20 +0000)
committer
jsing
<jsing@openbsd.org>
Sun, 16 May 2021 14:20:29 +0000
(14:20 +0000)
While the implementation needs tls13_internal.h, consumers of
tls13_record.h should not.
lib/libssl/tls13_record.h
patch
|
blob
|
history
diff --git
a/lib/libssl/tls13_record.h
b/lib/libssl/tls13_record.h
index
400153b
..
4b7ac4f
100644
(file)
--- 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:1
9 jsing Exp $ */
+/* $OpenBSD: tls13_record.h,v 1.
4 2021/05/16 14:20:2
9 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