diff options
author | Simo Sorce <idra@samba.org> | 2012-04-26 16:52:37 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2012-05-04 16:51:28 +0200 |
commit | 93de8e45707ab834eb9d4e2a442025d109955382 (patch) | |
tree | 66b871e0f2ba4a2561282ca5aec4c7c464dee569 /source4/heimdal_build | |
parent | 62f3be7af3f743ddc2ec0c4d8e6a431fae583282 (diff) | |
download | samba-93de8e45707ab834eb9d4e2a442025d109955382.tar.gz samba-93de8e45707ab834eb9d4e2a442025d109955382.tar.bz2 samba-93de8e45707ab834eb9d4e2a442025d109955382.zip |
krb5samba: Add compat code to initialize keyblock contents
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 6383880229..80d772d56b 100755 --- a/source4/heimdal_build/wscript_configure +++ b/source4/heimdal_build/wscript_configure @@ -118,6 +118,7 @@ conf.define('HAVE_KRB5_GET_INIT_CREDS_KEYBLOCK', 1) conf.define('HAVE_KRB5_GET_PW_SALT', 1) conf.define('HAVE_KRB5_GET_RENEWED_CREDS', 1) conf.define('HAVE_KRB5_KEYBLOCK_KEYVALUE', 1) +conf.define('HAVE_KRB5_KEYBLOCK_INIT', 1) conf.define('HAVE_KRB5_KEYTAB_ENTRY_KEYBLOCK', 1) conf.define('HAVE_KRB5_KRBHST_GET_ADDRINFO', 1) conf.define('HAVE_KRB5_KRBHST_INIT', 1) |