s4-lib/tls: remove unused tls_support()
[sfrench/samba-autobuild/.git] / source4 / lib / tls / tls.h
index e1bd9edb51cf1b3637ae7695f4cce46e0e0fee68..ed3c81ee2b4e804d3cf86c53ab9d1eddcda58956 100644 (file)
@@ -58,11 +58,6 @@ struct socket_context *tls_init_client(struct socket_context *sock,
 bool tls_enabled(struct socket_context *tls);
 
 
-/*
-  true if tls support is compiled in
-*/
-bool tls_support(struct tls_params *parms);
-
 const struct socket_ops *socket_tls_ops(enum socket_type type);
 
 struct tstream_context;