diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libssl/tls13_internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/tls13_internal.h b/src/lib/libssl/tls13_internal.h index 7e188981f4..770c18d6ad 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.81 2020/05/19 01:30:34 beck Exp $ */ | 1 | /* $OpenBSD: tls13_internal.h,v 1.82 2020/05/23 11:57:41 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> |
@@ -198,6 +198,7 @@ void tls13_record_layer_set_hash(struct tls13_record_layer *rl, | |||
198 | const EVP_MD *hash); | 198 | const EVP_MD *hash); |
199 | void tls13_record_layer_set_legacy_version(struct tls13_record_layer *rl, | 199 | void tls13_record_layer_set_legacy_version(struct tls13_record_layer *rl, |
200 | uint16_t version); | 200 | uint16_t version); |
201 | void tls13_record_layer_set_retry_after_phh(struct tls13_record_layer *rl, int retry); | ||
201 | void tls13_record_layer_handshake_completed(struct tls13_record_layer *rl); | 202 | void tls13_record_layer_handshake_completed(struct tls13_record_layer *rl); |
202 | int tls13_record_layer_set_read_traffic_key(struct tls13_record_layer *rl, | 203 | int tls13_record_layer_set_read_traffic_key(struct tls13_record_layer *rl, |
203 | struct tls13_secret *read_key); | 204 | struct tls13_secret *read_key); |