1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source4/lib/tls/wscript_build
Andrew Bartlett eb15acdd35 lib/tls: Remove unused source4/lib/tls/tls.c (tls socket wrapper)
The last caller was removed in 72c79e30f0
to remove the web server as all other callers use tls_tstream.

Found by callcatcher.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
2019-05-06 05:46:11 +00:00

16 lines
520 B
Python

#!/usr/bin/env python
bld.SAMBA_SUBSYSTEM('LIBTLS',
source='''
tlscert.c
tls_tstream.c
''',
public_deps='''
talloc
gnutls
samba-hostconfig
LIBTSOCKET
tevent
tevent-util
''')