Skip to content

Commit 097851e

Browse files
committed
Dont allow passing TLS config from public API
1 parent 161dca0 commit 097851e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ impl<L: AttestationPlatform, R: AttestationPlatform> ProxyClient<L, R> {
211211
.await
212212
}
213213

214-
pub async fn new_with_tls_config(
214+
async fn new_with_tls_config(
215215
client_config: Arc<ClientConfig>,
216216
local: impl ToSocketAddrs,
217217
target: SocketAddr,

0 commit comments

Comments
 (0)