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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libssl/tls13_internal.h b/src/lib/libssl/tls13_internal.h
index c5b893bc16..ee82a44693 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.64 2020/04/21 16:55:17 jsing Exp $ */ 1/* $OpenBSD: tls13_internal.h,v 1.65 2020/04/22 17:05:07 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>
@@ -309,8 +309,8 @@ int tls13_client_finished_sent(struct tls13_ctx *ctx);
309int tls13_server_hello_recv(struct tls13_ctx *ctx, CBS *cbs); 309int tls13_server_hello_recv(struct tls13_ctx *ctx, CBS *cbs);
310int tls13_server_hello_send(struct tls13_ctx *ctx, CBB *cbb); 310int tls13_server_hello_send(struct tls13_ctx *ctx, CBB *cbb);
311int tls13_server_hello_sent(struct tls13_ctx *ctx); 311int tls13_server_hello_sent(struct tls13_ctx *ctx);
312int tls13_server_hello_retry_recv(struct tls13_ctx *ctx, CBS *cbs); 312int tls13_server_hello_retry_request_recv(struct tls13_ctx *ctx, CBS *cbs);
313int tls13_server_hello_retry_send(struct tls13_ctx *ctx, CBB *cbb); 313int tls13_server_hello_retry_request_send(struct tls13_ctx *ctx, CBB *cbb);
314int tls13_server_encrypted_extensions_recv(struct tls13_ctx *ctx, CBS *cbs); 314int tls13_server_encrypted_extensions_recv(struct tls13_ctx *ctx, CBS *cbs);
315int tls13_server_encrypted_extensions_send(struct tls13_ctx *ctx, CBB *cbb); 315int tls13_server_encrypted_extensions_send(struct tls13_ctx *ctx, CBB *cbb);
316int tls13_server_certificate_recv(struct tls13_ctx *ctx, CBS *cbs); 316int tls13_server_certificate_recv(struct tls13_ctx *ctx, CBS *cbs);