summaryrefslogtreecommitdiffstats
path: root/source3/wscript
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-02-09 15:34:45 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-02-10 16:45:14 +1100
commit292974ed0ca768ff1cffb85313a923e7d4bcf549 (patch)
tree9934ee88be36fb7ea97825877eb74152edc7d980 /source3/wscript
parent474fbfb7b712fe6be61505ca1796d0a3442a618a (diff)
downloadsamba-292974ed0ca768ff1cffb85313a923e7d4bcf549.tar.gz
samba-292974ed0ca768ff1cffb85313a923e7d4bcf549.tar.xz
samba-292974ed0ca768ff1cffb85313a923e7d4bcf549.zip
s3-libsmb: Remove unused kerberos_compatible_enctypes
Also remove the unused configure tests for krb5_c_enctype_compare. Found by callcatcher: http://www.skynet.ie/~caolan/Packages/callcatcher.html Andrew Bartlett
Diffstat (limited to 'source3/wscript')
-rw-r--r--source3/wscript5
1 files changed, 1 insertions, 4 deletions
diff --git a/source3/wscript b/source3/wscript
index d692b22cc48..f30bd4b80f0 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -589,7 +589,7 @@ krb5_auth_con_setuseruserkey krb5_get_permitted_enctypes
krb5_get_default_in_tkt_etypes krb5_free_data_contents
krb5_principal_get_comp_string krb5_free_unparsed_name
krb5_free_keytab_entry_contents krb5_kt_free_entry krb5_krbhst_init
-krb5_krbhst_get_addrinfo krb5_c_enctype_compare
+krb5_krbhst_get_addrinfo
krb5_crypto_init krb5_crypto_destroy krb5_decode_ap_req free_AP_REQ
krb5_c_verify_checksum krb5_principal_compare_any_realm
krb5_parse_name_norealm krb5_princ_size krb5_get_init_creds_opt_set_pac_request
@@ -753,9 +753,6 @@ return krb5_kt_resolve(context, "WRFILE:api", &keytab);
if not conf.CONFIG_SET('HAVE_KRB5_MK_REQ_EXTENDED'):
Logs.warn("krb5_mk_req_extended not found in -lkrb5")
use_ads=False
- if not conf.CONFIG_SET('HAVE_KRB5_C_ENCTYPE_COMPARE'):
- Logs.warn("krb5_c_enctype_compare not found in -lkrb5")
- use_ads=False
if not conf.CONFIG_SET('HAVE_KRB5_GET_HOST_REALM'):
Logs.warn("krb5_get_host_realm not found in -lkrb5")
use_ads=False