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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libssl/tls13_internal.h b/src/lib/libssl/tls13_internal.h
index 75d31fb2ad..0819e93338 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.103 2024/01/27 14:31:01 jsing Exp $ */ 1/* $OpenBSD: tls13_internal.h,v 1.104 2024/09/09 03:32:29 tb 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>
@@ -210,6 +210,8 @@ void tls13_record_layer_set_hash(struct tls13_record_layer *rl,
210void tls13_record_layer_set_legacy_version(struct tls13_record_layer *rl, 210void tls13_record_layer_set_legacy_version(struct tls13_record_layer *rl,
211 uint16_t version); 211 uint16_t version);
212void tls13_record_layer_set_retry_after_phh(struct tls13_record_layer *rl, int retry); 212void tls13_record_layer_set_retry_after_phh(struct tls13_record_layer *rl, int retry);
213void tls13_record_layer_alert_sent(struct tls13_record_layer *rl,
214 uint8_t alert_level, uint8_t alert_desc);
213void tls13_record_layer_handshake_completed(struct tls13_record_layer *rl); 215void tls13_record_layer_handshake_completed(struct tls13_record_layer *rl);
214int tls13_record_layer_set_read_traffic_key(struct tls13_record_layer *rl, 216int tls13_record_layer_set_read_traffic_key(struct tls13_record_layer *rl,
215 struct tls13_secret *read_key, enum ssl_encryption_level_t read_level); 217 struct tls13_secret *read_key, enum ssl_encryption_level_t read_level);