summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls13_handshake_msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/tls13_handshake_msg.c')
-rw-r--r--src/lib/libssl/tls13_handshake_msg.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/libssl/tls13_handshake_msg.c b/src/lib/libssl/tls13_handshake_msg.c
index 67eab3152f..946ccaccd6 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.4 2021/10/23 13:12:14 jsing Exp $ */ 1/* $OpenBSD: tls13_handshake_msg.c,v 1.5 2022/07/20 06:32:24 jsing 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 *
@@ -71,12 +71,6 @@ tls13_handshake_msg_data(struct tls13_handshake_msg *msg, CBS *cbs)
71 CBS_init(cbs, msg->data, msg->data_len); 71 CBS_init(cbs, msg->data, msg->data_len);
72} 72}
73 73
74int
75tls13_handshake_msg_set_buffer(struct tls13_handshake_msg *msg, CBS *cbs)
76{
77 return tls_buffer_set_data(msg->buf, cbs);
78}
79
80uint8_t 74uint8_t
81tls13_handshake_msg_type(struct tls13_handshake_msg *msg) 75tls13_handshake_msg_type(struct tls13_handshake_msg *msg)
82{ 76{