diff options
Diffstat (limited to 'source4/lib/tls/tls.c')
-rw-r--r-- | source4/lib/tls/tls.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/source4/lib/tls/tls.c b/source4/lib/tls/tls.c index 3a49e2f2e8..82cf2600bd 100644 --- a/source4/lib/tls/tls.c +++ b/source4/lib/tls/tls.c @@ -642,11 +642,6 @@ static const struct socket_ops tls_socket_ops = { .fn_get_fd = tls_socket_get_fd }; -bool tls_support(struct tls_params *params) -{ - return params->tls_enabled; -} - #else /* for systems without tls we just fail the operations, and the caller @@ -679,10 +674,5 @@ struct socket_context *tls_init_client(struct socket_context *socket, return NULL; } -bool tls_support(struct tls_params *params) -{ - return false; -} - #endif |