diff options
author | Andreas Schneider <asn@samba.org> | 2012-05-03 17:10:27 +0200 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2012-05-08 08:30:51 +0200 |
commit | e8e5afd4d4038043f1125c5e2afc41e9e87ebfde (patch) | |
tree | eb58ee594314d0f0b6beb716f59e1b66e07675f6 /wscript_configure_krb5 | |
parent | 7f9e4d70b9a2db7400791fbfef284dd63e79f078 (diff) | |
download | samba-e8e5afd4d4038043f1125c5e2afc41e9e87ebfde.tar.gz samba-e8e5afd4d4038043f1125c5e2afc41e9e87ebfde.tar.xz samba-e8e5afd4d4038043f1125c5e2afc41e9e87ebfde.zip |
krb5samba: Add smb_krb5_make_pac_checksum.
Signed-off-by: Simo Sorce <idra@samba.org>
Autobuild-User: Simo Sorce <idra@samba.org>
Autobuild-Date: Tue May 8 08:30:52 CEST 2012 on sn-devel-104
Diffstat (limited to 'wscript_configure_krb5')
-rw-r--r-- | wscript_configure_krb5 | 2 |
1 files changed, 1 insertions, 1 deletions
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''', |