diff options
author | Andreas Schneider <asn@samba.org> | 2012-05-03 17:10:27 +0200 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2012-05-08 08:30:51 +0200 |
commit | e8e5afd4d4038043f1125c5e2afc41e9e87ebfde (patch) | |
tree | eb58ee594314d0f0b6beb716f59e1b66e07675f6 /source4/heimdal_build | |
parent | 7f9e4d70b9a2db7400791fbfef284dd63e79f078 (diff) | |
download | samba-e8e5afd4d4038043f1125c5e2afc41e9e87ebfde.tar.gz |
krb5samba: Add smb_krb5_make_pac_checksum.
Signed-off-by: Simo Sorce <idra@samba.org>
Autobuild-User: Simo Sorce <idra@samba.org>
Autobuild-Date: Tue May 8 08:30:52 CEST 2012 on sn-devel-104
Diffstat (limited to 'source4/heimdal_build')
-rwxr-xr-x | source4/heimdal_build/wscript_configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/heimdal_build/wscript_configure b/source4/heimdal_build/wscript_configure index 6fac5fee6ae..17b7361cad5 100755 --- a/source4/heimdal_build/wscript_configure +++ b/source4/heimdal_build/wscript_configure @@ -99,6 +99,7 @@ conf.define('HAVE_INITIALIZE_KRB5_ERROR_TABLE', 1) conf.define('HAVE_KRB5_ADDRESSES', 1) conf.define('HAVE_KRB5_AUTH_CON_SETKEY', 1) conf.define('HAVE_KRB5_CC_GET_LIFETIME', 1) +conf.define('HAVE_KRB5_CREATE_CHECKSUM', 1) conf.define('HAVE_KRB5_CRYPTO', 1) conf.define('HAVE_KRB5_CRYPTO_DESTROY', 1) conf.define('HAVE_KRB5_CRYPTO_INIT', 1) |