lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20230805104811.45356-1-yuehaibing@huawei.com> Date: Sat, 5 Aug 2023 18:48:11 +0800 From: Yue Haibing <yuehaibing@...wei.com> To: <borisp@...dia.com>, <john.fastabend@...il.com>, <kuba@...nel.org>, <davem@...emloft.net>, <edumazet@...gle.com>, <pabeni@...hat.com> CC: <netdev@...r.kernel.org>, <yuehaibing@...wei.com> Subject: [PATCH net-next] net/tls: Remove unused function declarations Commit 3c4d7559159b ("tls: kernel TLS support") declared but never implemented these functions. Signed-off-by: Yue Haibing <yuehaibing@...wei.com> --- net/tls/tls.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/net/tls/tls.h b/net/tls/tls.h index 37539ac3ac2a..164d6a955e26 100644 --- a/net/tls/tls.h +++ b/net/tls/tls.h @@ -87,10 +87,6 @@ void tls_ctx_free(struct sock *sk, struct tls_context *ctx); void update_sk_prot(struct sock *sk, struct tls_context *ctx); int wait_on_pending_writer(struct sock *sk, long *timeo); -int tls_sk_query(struct sock *sk, int optname, char __user *optval, - int __user *optlen); -int tls_sk_attach(struct sock *sk, int optname, char __user *optval, - unsigned int optlen); void tls_err_abort(struct sock *sk, int err); int tls_set_sw_offload(struct sock *sk, struct tls_context *ctx, int tx); -- 2.34.1
Powered by blists - more mailing lists