mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
eb15acdd35
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>
16 lines
520 B
Python
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
|
|
''')
|