mirror of
https://github.com/samba-team/samba.git
synced 2025-10-26 23:33:15 +03:00
This reduces caller complexity, because the TLS code is now called just like any other socket. (A new socket context is returned by the tls_init_server and tls_init_client routines). When TLS is not available, the original socket is returned. Andrew Bartlett