diff options
Diffstat (limited to 'src/lib/libssl/tls13_internal.h')
-rw-r--r-- | src/lib/libssl/tls13_internal.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libssl/tls13_internal.h b/src/lib/libssl/tls13_internal.h index 76b1ebf914..053a7972a0 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.60 2020/02/05 16:42:29 jsing Exp $ */ | 1 | /* $OpenBSD: tls13_internal.h,v 1.61 2020/03/10 17:15:02 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> |
@@ -304,8 +304,6 @@ int tls13_client_certificate_verify_recv(struct tls13_ctx *ctx, CBS *cbs); | |||
304 | int tls13_client_finished_recv(struct tls13_ctx *ctx, CBS *cbs); | 304 | int tls13_client_finished_recv(struct tls13_ctx *ctx, CBS *cbs); |
305 | int tls13_client_finished_send(struct tls13_ctx *ctx, CBB *cbb); | 305 | int tls13_client_finished_send(struct tls13_ctx *ctx, CBB *cbb); |
306 | int tls13_client_finished_sent(struct tls13_ctx *ctx); | 306 | int tls13_client_finished_sent(struct tls13_ctx *ctx); |
307 | int tls13_client_key_update_send(struct tls13_ctx *ctx, CBB *cbb); | ||
308 | int tls13_client_key_update_recv(struct tls13_ctx *ctx, CBS *cbs); | ||
309 | int tls13_server_hello_recv(struct tls13_ctx *ctx, CBS *cbs); | 307 | int tls13_server_hello_recv(struct tls13_ctx *ctx, CBS *cbs); |
310 | int tls13_server_hello_send(struct tls13_ctx *ctx, CBB *cbb); | 308 | int tls13_server_hello_send(struct tls13_ctx *ctx, CBB *cbb); |
311 | int tls13_server_hello_sent(struct tls13_ctx *ctx); | 309 | int tls13_server_hello_sent(struct tls13_ctx *ctx); |