From d38a171a43d3298d64adfa2a2869e84e560d3107 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 24 Apr 2012 13:24:29 +0200 Subject: s3: Attempt to fix the build without kerberos Autobuild-User: Volker Lendecke Autobuild-Date: Tue Apr 24 15:04:14 CEST 2012 on sn-devel-104 --- lib/krb5_wrap/krb5_samba.h | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'lib/krb5_wrap') diff --git a/lib/krb5_wrap/krb5_samba.h b/lib/krb5_wrap/krb5_samba.h index 70aebdb2c7..6a0f9dc2fd 100644 --- a/lib/krb5_wrap/krb5_samba.h +++ b/lib/krb5_wrap/krb5_samba.h @@ -210,18 +210,17 @@ char *smb_get_krb5_error_message(krb5_context context, krb5_error_code code, TALLOC_CTX *mem_ctx); -int cli_krb5_get_ticket(TALLOC_CTX *mem_ctx, - const char *principal, time_t time_offset, - DATA_BLOB *ticket, DATA_BLOB *session_key_krb5, - uint32_t extra_ap_opts, const char *ccname, - time_t *tgs_expire, - const char *impersonate_princ_s); - bool unwrap_edata_ntstatus(TALLOC_CTX *mem_ctx, DATA_BLOB *edata, DATA_BLOB *edata_out); #endif /* HAVE_KRB5 */ +int cli_krb5_get_ticket(TALLOC_CTX *mem_ctx, + const char *principal, time_t time_offset, + DATA_BLOB *ticket, DATA_BLOB *session_key_krb5, + uint32_t extra_ap_opts, const char *ccname, + time_t *tgs_expire, + const char *impersonate_princ_s); #endif /* _KRB5_SAMBA_H */ -- cgit