diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-01-05 11:09:46 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-01-10 21:50:07 +0100 |
commit | a33d86a74592498ec731d57e8cd2ff6a260635bc (patch) | |
tree | df9bb77a8929b6fe4d4b58840e747b66ca95db3f /source4/heimdal_build | |
parent | 39b476d1c9f97b5d1fbc9b08d7a85ac0d59934f2 (diff) | |
download | samba-a33d86a74592498ec731d57e8cd2ff6a260635bc.tar.gz samba-a33d86a74592498ec731d57e8cd2ff6a260635bc.tar.bz2 samba-a33d86a74592498ec731d57e8cd2ff6a260635bc.zip |
krb5: Remove now unused checks for krb5_verify_checksum
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r-- | source4/heimdal_build/wscript_configure | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/heimdal_build/wscript_configure b/source4/heimdal_build/wscript_configure index edc53dfcfc..7fd557c017 100644 --- a/source4/heimdal_build/wscript_configure +++ b/source4/heimdal_build/wscript_configure @@ -138,10 +138,8 @@ 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) conf.define('HAVE_KRB5_STRING_TO_KEY_SALT', 1) -conf.define('HAVE_KRB5_VERIFY_CHECKSUM', 1) conf.define('HAVE_LIBKRB5', 1) conf.define('KRB5_CREDS_OPT_FREE_REQUIRES_CONTEXT', 1) -conf.define('KRB5_VERIFY_CHECKSUM_ARGS', 6) conf.define('HAVE_ETYPE_IN_ENCRYPTEDDATA', 1) conf.define('KRB5_PRINC_REALM_RETURNS_REALM', 1) conf.define('HAVE_KRB5_PRINCIPAL_GET_REALM', 1) |