diff --git a/clients/socks5/src/socks/authentication.rs b/clients/socks5/src/socks/authentication.rs index e000ebf3c6..4306dd9fcf 100644 --- a/clients/socks5/src/socks/authentication.rs +++ b/clients/socks5/src/socks/authentication.rs @@ -18,10 +18,9 @@ pub struct User { } #[derive(Clone, Debug)] - pub(crate) struct Authenticator { allowed_users: Vec, - pub auth_methods: Vec, // DH TODO: this should not be public + pub(crate) auth_methods: Vec, } impl Authenticator {