summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libssl/tls13_record.h3
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