summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/libssl/tls13_handshake.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/libssl/tls13_handshake.h b/src/lib/libssl/tls13_handshake.h
index 8b21bca3dd..cbbec744d3 100644
--- a/src/lib/libssl/tls13_handshake.h
+++ b/src/lib/libssl/tls13_handshake.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: tls13_handshake.h,v 1.1 2019/01/18 06:51:29 tb Exp $ */ 1/* $OpenBSD: tls13_handshake.h,v 1.2 2019/01/20 22:36:19 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2019 Theo Buehler <tb@openbsd.org> 3 * Copyright (c) 2019 Theo Buehler <tb@openbsd.org>
4 * 4 *
@@ -16,6 +16,9 @@
16 */ 16 */
17 17
18#ifndef HEADER_TLS13_HANDSHAKE_H 18#ifndef HEADER_TLS13_HANDSHAKE_H
19#define HEADER_TLS13_HANDSHAKE_H
20
21#include <stddef.h> /* for NULL */
19 22
20__BEGIN_HIDDEN_DECLS 23__BEGIN_HIDDEN_DECLS
21 24
@@ -49,4 +52,4 @@ enum tls13_message_type {
49 52
50__END_HIDDEN_DECLS 53__END_HIDDEN_DECLS
51 54
52#endif 55#endif /* !HEADER_TLS13_HANDSHAKE_H */