summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls13_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/tls13_internal.h')
-rw-r--r--src/lib/libssl/tls13_internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/tls13_internal.h b/src/lib/libssl/tls13_internal.h
index 530ace41af..3ee73782ec 100644
--- a/src/lib/libssl/tls13_internal.h
+++ b/src/lib/libssl/tls13_internal.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: tls13_internal.h,v 1.38 2020/01/21 03:40:05 beck Exp $ */ 1/* $OpenBSD: tls13_internal.h,v 1.39 2020/01/21 12:08:04 jsing Exp $ */
2/* 2/*
3 * Copyright (c) 2018 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2018 Bob Beck <beck@openbsd.org>
4 * Copyright (c) 2018 Theo Buehler <tb@openbsd.org> 4 * Copyright (c) 2018 Theo Buehler <tb@openbsd.org>
@@ -116,6 +116,7 @@ struct tls13_record_layer *tls13_record_layer_new(tls13_read_cb wire_read,
116 tls13_phh_recv_cb phh_recv_cb, 116 tls13_phh_recv_cb phh_recv_cb,
117 tls13_phh_sent_cb phh_sent_cb, void *cb_arg); 117 tls13_phh_sent_cb phh_sent_cb, void *cb_arg);
118void tls13_record_layer_free(struct tls13_record_layer *rl); 118void tls13_record_layer_free(struct tls13_record_layer *rl);
119void tls13_record_layer_rbuf(struct tls13_record_layer *rl, CBS *cbs);
119void tls13_record_layer_set_aead(struct tls13_record_layer *rl, 120void tls13_record_layer_set_aead(struct tls13_record_layer *rl,
120 const EVP_AEAD *aead); 121 const EVP_AEAD *aead);
121void tls13_record_layer_set_hash(struct tls13_record_layer *rl, 122void tls13_record_layer_set_hash(struct tls13_record_layer *rl,