diff options
author | jsing <> | 2024-01-27 14:31:01 +0000 |
---|---|---|
committer | jsing <> | 2024-01-27 14:31:01 +0000 |
commit | 3b52b3dbbd121d9349f870d883e4a452c3ab6359 (patch) | |
tree | a828cfb28f5f82a533bfac3fda0431ec50102477 /src/lib/libssl/tls13_internal.h | |
parent | 340a6fc865a1f962157425333362f1ccd2f6fc4d (diff) | |
download | openbsd-3b52b3dbbd121d9349f870d883e4a452c3ab6359.tar.gz openbsd-3b52b3dbbd121d9349f870d883e4a452c3ab6359.tar.bz2 openbsd-3b52b3dbbd121d9349f870d883e4a452c3ab6359.zip |
Make tls13_legacy_return_code() static.
Diffstat (limited to 'src/lib/libssl/tls13_internal.h')
-rw-r--r-- | src/lib/libssl/tls13_internal.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/tls13_internal.h b/src/lib/libssl/tls13_internal.h index 68e695e53a..75d31fb2ad 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.102 2024/01/27 14:23:51 jsing Exp $ */ | 1 | /* $OpenBSD: tls13_internal.h,v 1.103 2024/01/27 14:31:01 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> |
@@ -326,7 +326,6 @@ int tls13_use_legacy_client(struct tls13_ctx *ctx); | |||
326 | int tls13_use_legacy_server(struct tls13_ctx *ctx); | 326 | int tls13_use_legacy_server(struct tls13_ctx *ctx); |
327 | int tls13_legacy_accept(SSL *ssl); | 327 | int tls13_legacy_accept(SSL *ssl); |
328 | int tls13_legacy_connect(SSL *ssl); | 328 | int tls13_legacy_connect(SSL *ssl); |
329 | int tls13_legacy_return_code(SSL *ssl, ssize_t ret); | ||
330 | ssize_t tls13_legacy_wire_read_cb(void *buf, size_t n, void *arg); | 329 | ssize_t tls13_legacy_wire_read_cb(void *buf, size_t n, void *arg); |
331 | ssize_t tls13_legacy_wire_write_cb(const void *buf, size_t n, void *arg); | 330 | ssize_t tls13_legacy_wire_write_cb(const void *buf, size_t n, void *arg); |
332 | ssize_t tls13_legacy_wire_flush_cb(void *arg); | 331 | ssize_t tls13_legacy_wire_flush_cb(void *arg); |