From e8e5afd4d4038043f1125c5e2afc41e9e87ebfde Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 3 May 2012 17:10:27 +0200 Subject: krb5samba: Add smb_krb5_make_pac_checksum. Signed-off-by: Simo Sorce Autobuild-User: Simo Sorce Autobuild-Date: Tue May 8 08:30:52 CEST 2012 on sn-devel-104 --- source4/heimdal_build/wscript_configure | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/heimdal_build') diff --git a/source4/heimdal_build/wscript_configure b/source4/heimdal_build/wscript_configure index 6fac5fee6a..17b7361cad 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) -- cgit