diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libssl/tls13_internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/tls13_internal.h b/src/lib/libssl/tls13_internal.h index 7288ca3448..9ab72f4f3a 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.29 2019/11/17 00:10:47 beck Exp $ */ | 1 | /* $OpenBSD: tls13_internal.h,v 1.30 2019/11/17 06:35:30 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> |
| @@ -176,6 +176,7 @@ const EVP_MD *tls13_cipher_hash(const SSL_CIPHER *cipher); | |||
| 176 | /* | 176 | /* |
| 177 | * Legacy interfaces. | 177 | * Legacy interfaces. |
| 178 | */ | 178 | */ |
| 179 | int tls13_legacy_accept(SSL *ssl); | ||
| 179 | int tls13_legacy_connect(SSL *ssl); | 180 | int tls13_legacy_connect(SSL *ssl); |
| 180 | int tls13_legacy_return_code(SSL *ssl, ssize_t ret); | 181 | int tls13_legacy_return_code(SSL *ssl, ssize_t ret); |
| 181 | ssize_t tls13_legacy_wire_read_cb(void *buf, size_t n, void *arg); | 182 | ssize_t tls13_legacy_wire_read_cb(void *buf, size_t n, void *arg); |
