Avoid pulling ssl_locl.h into self-contained code.
authorjsing <jsing@openbsd.org>
Sun, 16 May 2021 14:19:04 +0000 (14:19 +0000)
committerjsing <jsing@openbsd.org>
Sun, 16 May 2021 14:19:04 +0000 (14:19 +0000)
lib/libssl/tls13_buffer.c
lib/libssl/tls13_handshake_msg.c
lib/libssl/tls13_record.c
lib/libssl/tls13_record_layer.c

index 49f2f1e..b46ac65 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: tls13_buffer.c,v 1.4 2021/05/16 14:10:43 jsing Exp $ */
+/* $OpenBSD: tls13_buffer.c,v 1.5 2021/05/16 14:19:04 jsing Exp $ */
 /*
  * Copyright (c) 2018, 2019 Joel Sing <jsing@openbsd.org>
  *
@@ -16,7 +16,6 @@
  */
 
 #include "bytestring.h"
-#include "ssl_locl.h"
 #include "tls13_internal.h"
 
 struct tls13_buffer {
index 21932fc..ff6d6d7 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: tls13_handshake_msg.c,v 1.2 2019/11/20 16:21:20 beck Exp $ */
+/* $OpenBSD: tls13_handshake_msg.c,v 1.3 2021/05/16 14:19:04 jsing Exp $ */
 /*
  * Copyright (c) 2018, 2019 Joel Sing <jsing@openbsd.org>
  *
@@ -16,7 +16,6 @@
  */
 
 #include "bytestring.h"
-#include "ssl_locl.h"
 #include "tls13_internal.h"
 
 #define TLS13_HANDSHAKE_MSG_HEADER_LEN 4
index 931671d..3bdaead 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: tls13_record.c,v 1.7 2021/05/16 14:10:43 jsing Exp $ */
+/* $OpenBSD: tls13_record.c,v 1.8 2021/05/16 14:19:04 jsing Exp $ */
 /*
  * Copyright (c) 2018, 2019 Joel Sing <jsing@openbsd.org>
  *
@@ -15,7 +15,6 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include "ssl_locl.h"
 #include "tls13_internal.h"
 #include "tls13_record.h"
 
index cdb6695..ff2a688 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: tls13_record_layer.c,v 1.60 2021/05/16 14:10:43 jsing Exp $ */
+/* $OpenBSD: tls13_record_layer.c,v 1.61 2021/05/16 14:19:04 jsing Exp $ */
 /*
  * Copyright (c) 2018, 2019 Joel Sing <jsing@openbsd.org>
  *
@@ -15,7 +15,6 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include "ssl_locl.h"
 #include "tls13_internal.h"
 #include "tls13_record.h"