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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libssl/tls13_internal.h b/src/lib/libssl/tls13_internal.h
index c9ef37a39f..1d7a7eb699 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.27 2019/04/04 16:53:57 jsing Exp $ */ 1/* $OpenBSD: tls13_internal.h,v 1.28 2019/04/05 20:23:38 tb 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>
@@ -229,6 +229,8 @@ int tls13_client_key_update_send(struct tls13_ctx *ctx);
229int tls13_client_key_update_recv(struct tls13_ctx *ctx); 229int tls13_client_key_update_recv(struct tls13_ctx *ctx);
230int tls13_server_hello_recv(struct tls13_ctx *ctx); 230int tls13_server_hello_recv(struct tls13_ctx *ctx);
231int tls13_server_hello_send(struct tls13_ctx *ctx); 231int tls13_server_hello_send(struct tls13_ctx *ctx);
232int tls13_server_hello_retry_recv(struct tls13_ctx *ctx);
233int tls13_server_hello_retry_send(struct tls13_ctx *ctx);
232int tls13_server_encrypted_extensions_recv(struct tls13_ctx *ctx); 234int tls13_server_encrypted_extensions_recv(struct tls13_ctx *ctx);
233int tls13_server_encrypted_extensions_send(struct tls13_ctx *ctx); 235int tls13_server_encrypted_extensions_send(struct tls13_ctx *ctx);
234int tls13_server_certificate_recv(struct tls13_ctx *ctx); 236int tls13_server_certificate_recv(struct tls13_ctx *ctx);