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 --- wscript_configure_krb5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript_configure_krb5') diff --git a/wscript_configure_krb5 b/wscript_configure_krb5 index ae1ff75e47..abfd04a179 100644 --- a/wscript_configure_krb5 +++ b/wscript_configure_krb5 @@ -65,7 +65,7 @@ conf.CHECK_FUNCS(''' krb5_get_init_creds_keyblock krb5_get_init_creds_keytab krb5_make_principal krb5_build_principal_alloc_va krb5_cc_get_lifetime krb5_cc_retrieve_cred - krb5_free_checksum_contents''', + krb5_free_checksum_contents krb5_c_make_checksum''', lib='krb5 k5crypto') conf.CHECK_DECLS('''krb5_get_credentials_for_user krb5_auth_con_set_req_cksumtype''', -- cgit