diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-02-09 15:37:50 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-02-10 16:45:15 +1100 |
commit | 5c2a2135c92388659cf5b3d151272671cc2c5383 (patch) | |
tree | 916c689d5e522f38da3da28b5add30e9cc70636b /source4/heimdal_build | |
parent | 292974ed0ca768ff1cffb85313a923e7d4bcf549 (diff) | |
download | samba-5c2a2135c92388659cf5b3d151272671cc2c5383.tar.gz samba-5c2a2135c92388659cf5b3d151272671cc2c5383.tar.bz2 samba-5c2a2135c92388659cf5b3d151272671cc2c5383.zip |
s3-libsmb: Remove unused kerberos_set_creds_enctype()
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 'source4/heimdal_build')
-rw-r--r-- | source4/heimdal_build/wscript_configure | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/heimdal_build/wscript_configure b/source4/heimdal_build/wscript_configure index 58c64be2a5..a9ba14f8ca 100644 --- a/source4/heimdal_build/wscript_configure +++ b/source4/heimdal_build/wscript_configure @@ -132,7 +132,6 @@ conf.define('HAVE_KRB5_PRINCIPAL_COMPARE_ANY_REALM', 1) conf.define('HAVE_KRB5_PRINCIPAL_GET_COMP_STRING', 1) conf.define('HAVE_KRB5_PRINCIPAL_GET_REALM', 1) conf.define('HAVE_KRB5_REALM_TYPE', 1) -conf.define('HAVE_KRB5_SESSION_IN_CREDS', 1) conf.define('HAVE_KRB5_SET_DEFAULT_IN_TKT_ETYPES', 1) conf.define('HAVE_KRB5_SET_REAL_TIME', 1) conf.define('HAVE_KRB5_STRING_TO_KEY', 1) |