From 3ef95a0b59fa2a9ec5d01398d702bd107f290422 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 4 May 2012 11:02:48 -0400 Subject: krb5samba: Add krb5_free_checksum_contents wrapper --- wscript_configure_krb5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wscript_configure_krb5') diff --git a/wscript_configure_krb5 b/wscript_configure_krb5 index 9a2fe1b66c..ae1ff75e47 100644 --- a/wscript_configure_krb5 +++ b/wscript_configure_krb5 @@ -64,7 +64,8 @@ conf.CHECK_FUNCS(''' krb5_get_credentials_for_user krb5_get_host_realm krb5_free_host_realm 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_cc_get_lifetime krb5_cc_retrieve_cred + krb5_free_checksum_contents''', lib='krb5 k5crypto') conf.CHECK_DECLS('''krb5_get_credentials_for_user krb5_auth_con_set_req_cksumtype''', -- cgit