1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-03 01:18:10 +03:00

waf: Remove unused GNUTLS defines

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andreas Schneider 2018-10-10 14:50:34 +02:00 committed by Andrew Bartlett
parent 155f697e87
commit 712e464fb7

View File

@ -33,6 +33,3 @@ if conf.CHECK_FUNCS_IN('gnutls_aead_cipher_init',
conf.DEFINE('HAVE_GNUTLS_AEAD', '1')
else:
Logs.warn('No gnutls support for AEAD encryption')
conf.DEFINE('HAVE_GNUTLS3', 1)
conf.DEFINE('ENABLE_GNUTLS', 1)