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.h3
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);
293int tls13_server_certificate_verify_recv(struct tls13_ctx *ctx, CBS *cbs); 293int tls13_server_certificate_verify_recv(struct tls13_ctx *ctx, CBS *cbs);
294int tls13_server_finished_recv(struct tls13_ctx *ctx, CBS *cbs); 294int tls13_server_finished_recv(struct tls13_ctx *ctx, CBS *cbs);
295int tls13_server_finished_send(struct tls13_ctx *ctx, CBB *cbb); 295int tls13_server_finished_send(struct tls13_ctx *ctx, CBB *cbb);
296int tls13_server_finished_sent(struct tls13_ctx *ctx);
296 297
297void tls13_error_clear(struct tls13_error *error); 298void tls13_error_clear(struct tls13_error *error);
298 299