summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls13_server.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/tls13_server.c')
-rw-r--r--src/lib/libssl/tls13_server.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/lib/libssl/tls13_server.c b/src/lib/libssl/tls13_server.c
index 8ed2a6ea11..64c9741d7d 100644
--- a/src/lib/libssl/tls13_server.c
+++ b/src/lib/libssl/tls13_server.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: tls13_server.c,v 1.17 2020/01/26 02:45:27 beck Exp $ */ 1/* $OpenBSD: tls13_server.c,v 1.18 2020/01/26 03:38:24 beck Exp $ */
2/* 2/*
3 * Copyright (c) 2019, 2020 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2019, 2020 Joel Sing <jsing@openbsd.org>
4 * Copyright (c) 2020 Bob Beck <beck@openbsd.org> 4 * Copyright (c) 2020 Bob Beck <beck@openbsd.org>
@@ -312,24 +312,12 @@ tls13_client_end_of_early_data_recv(struct tls13_ctx *ctx, CBS *cbs)
312} 312}
313 313
314int 314int
315tls13_client_certificate_send(struct tls13_ctx *ctx, CBB *cbb)
316{
317 return 0;
318}
319
320int
321tls13_client_certificate_recv(struct tls13_ctx *ctx, CBS *cbs) 315tls13_client_certificate_recv(struct tls13_ctx *ctx, CBS *cbs)
322{ 316{
323 return 0; 317 return 0;
324} 318}
325 319
326int 320int
327tls13_client_certificate_verify_send(struct tls13_ctx *ctx, CBB *cbb)
328{
329 return 0;
330}
331
332int
333tls13_client_certificate_verify_recv(struct tls13_ctx *ctx, CBS *cbs) 321tls13_client_certificate_verify_recv(struct tls13_ctx *ctx, CBS *cbs)
334{ 322{
335 return 0; 323 return 0;