diff options
Diffstat (limited to 'src/lib/libssl/tls13_internal.h')
-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 2c325fe914..76b1ebf914 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.59 2020/02/05 06:12:43 tb Exp $ */ | 1 | /* $OpenBSD: tls13_internal.h,v 1.60 2020/02/05 16:42:29 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> |
@@ -287,6 +287,7 @@ int tls13_legacy_shutdown(SSL *ssl); | |||
287 | #define TLS13_MT_KEY_UPDATE 24 | 287 | #define TLS13_MT_KEY_UPDATE 24 |
288 | #define TLS13_MT_MESSAGE_HASH 254 | 288 | #define TLS13_MT_MESSAGE_HASH 254 |
289 | 289 | ||
290 | int tls13_handshake_msg_record(struct tls13_ctx *ctx); | ||
290 | int tls13_handshake_perform(struct tls13_ctx *ctx); | 291 | int tls13_handshake_perform(struct tls13_ctx *ctx); |
291 | 292 | ||
292 | int tls13_client_hello_send(struct tls13_ctx *ctx, CBB *cbb); | 293 | int tls13_client_hello_send(struct tls13_ctx *ctx, CBB *cbb); |