summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls13_record_layer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/tls13_record_layer.c')
-rw-r--r--src/lib/libssl/tls13_record_layer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/tls13_record_layer.c b/src/lib/libssl/tls13_record_layer.c
index c68ee3b3a5..2b7052c30e 100644
--- a/src/lib/libssl/tls13_record_layer.c
+++ b/src/lib/libssl/tls13_record_layer.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: tls13_record_layer.c,v 1.67 2022/01/14 09:12:15 tb Exp $ */ 1/* $OpenBSD: tls13_record_layer.c,v 1.68 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 *
@@ -909,7 +909,7 @@ tls13_record_layer_recv_phh(struct tls13_record_layer *rl)
909 * TLS13_IO_FAILURE something broke. 909 * TLS13_IO_FAILURE something broke.
910 */ 910 */
911 if (rl->cb.phh_recv != NULL) 911 if (rl->cb.phh_recv != NULL)
912 ret = rl->cb.phh_recv(rl->cb_arg, tls_content_cbs(rl->rcontent)); 912 ret = rl->cb.phh_recv(rl->cb_arg);
913 913
914 tls_content_clear(rl->rcontent); 914 tls_content_clear(rl->rcontent);
915 915