diff options
Diffstat (limited to 'src/lib/libssl/tls13_handshake.c')
-rw-r--r-- | src/lib/libssl/tls13_handshake.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/libssl/tls13_handshake.c b/src/lib/libssl/tls13_handshake.c index b3c08ef39c..68d6a9d444 100644 --- a/src/lib/libssl/tls13_handshake.c +++ b/src/lib/libssl/tls13_handshake.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: tls13_handshake.c,v 1.23 2019/02/04 16:18:15 jsing Exp $ */ | 1 | /* $OpenBSD: tls13_handshake.c,v 1.24 2019/02/07 15:54:18 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2018-2019 Theo Buehler <tb@openbsd.org> | 3 | * Copyright (c) 2018-2019 Theo Buehler <tb@openbsd.org> |
4 | * Copyright (c) 2019 Joel Sing <jsing@openbsd.org> | 4 | * Copyright (c) 2019 Joel Sing <jsing@openbsd.org> |
@@ -475,12 +475,6 @@ tls13_server_hello_send(struct tls13_ctx *ctx) | |||
475 | } | 475 | } |
476 | 476 | ||
477 | int | 477 | int |
478 | tls13_server_encrypted_extensions_recv(struct tls13_ctx *ctx) | ||
479 | { | ||
480 | return 0; | ||
481 | } | ||
482 | |||
483 | int | ||
484 | tls13_server_encrypted_extensions_send(struct tls13_ctx *ctx) | 478 | tls13_server_encrypted_extensions_send(struct tls13_ctx *ctx) |
485 | { | 479 | { |
486 | return 0; | 480 | return 0; |