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 b42889712f..4ff2df6e97 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.52 2020/01/24 04:43:09 jsing Exp $ */ | 1 | /* $OpenBSD: tls13_internal.h,v 1.53 2020/01/24 08:21:24 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> |
@@ -293,6 +293,7 @@ int tls13_server_certificate_verify_send(struct tls13_ctx *ctx, CBB *cbb); | |||
293 | int tls13_server_certificate_verify_recv(struct tls13_ctx *ctx, CBS *cbs); | 293 | int tls13_server_certificate_verify_recv(struct tls13_ctx *ctx, CBS *cbs); |
294 | int tls13_server_finished_recv(struct tls13_ctx *ctx, CBS *cbs); | 294 | int tls13_server_finished_recv(struct tls13_ctx *ctx, CBS *cbs); |
295 | int tls13_server_finished_send(struct tls13_ctx *ctx, CBB *cbb); | 295 | int tls13_server_finished_send(struct tls13_ctx *ctx, CBB *cbb); |
296 | int tls13_server_finished_sent(struct tls13_ctx *ctx); | ||
296 | 297 | ||
297 | void tls13_error_clear(struct tls13_error *error); | 298 | void tls13_error_clear(struct tls13_error *error); |
298 | 299 | ||