summaryrefslogtreecommitdiff
path: root/wscript_configure_krb5
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2012-05-04 11:02:48 -0400
committerSimo Sorce <idra@samba.org>2012-05-08 06:42:56 +0200
commit3ef95a0b59fa2a9ec5d01398d702bd107f290422 (patch)
treeeaa21d9d6ee10a15d912c20cb60ad57fbcf884f2 /wscript_configure_krb5
parent470cfb34aea693cdb774b648d51ceccda130f329 (diff)
downloadsamba-3ef95a0b59fa2a9ec5d01398d702bd107f290422.tar.gz
samba-3ef95a0b59fa2a9ec5d01398d702bd107f290422.tar.bz2
samba-3ef95a0b59fa2a9ec5d01398d702bd107f290422.zip
krb5samba: Add krb5_free_checksum_contents wrapper
Diffstat (limited to 'wscript_configure_krb5')
-rw-r--r--wscript_configure_krb53
1 files changed, 2 insertions, 1 deletions
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''',