diff options
Diffstat (limited to 'wscript_configure_krb5')
-rw-r--r-- | wscript_configure_krb5 | 3 |
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''', |