summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls13_handshake_msg.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libssl/tls13_handshake_msg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/tls13_handshake_msg.c b/src/lib/libssl/tls13_handshake_msg.c
index 134cfb2173..c7f4d7b7ec 100644
--- a/src/lib/libssl/tls13_handshake_msg.c
+++ b/src/lib/libssl/tls13_handshake_msg.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: tls13_handshake_msg.c,v 1.6 2022/07/22 19:33:53 jsing Exp $ */ 1/* $OpenBSD: tls13_handshake_msg.c,v 1.7 2024/02/04 20:50:23 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2018, 2019 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2018, 2019 Joel Sing <jsing@openbsd.org>
4 * 4 *
@@ -34,7 +34,7 @@ struct tls13_handshake_msg {
34}; 34};
35 35
36struct tls13_handshake_msg * 36struct tls13_handshake_msg *
37tls13_handshake_msg_new() 37tls13_handshake_msg_new(void)
38{ 38{
39 struct tls13_handshake_msg *msg = NULL; 39 struct tls13_handshake_msg *msg = NULL;
40 40