mirror of
https://github.com/samba-team/samba.git
synced 2025-10-23 11:33:16 +03:00
r21883: Try and fix the build by removing the prototypes for
functions that take a gss context handle in includes.h
Jeremy.
(This used to be commit 638b03242d
)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
296dcbac58
commit
efbdda540a
@@ -123,7 +123,7 @@ NTSTATUS common_ntlm_encrypt_buffer(NTLMSSP_STATE *ntlmssp_state, char *buf, cha
|
||||
******************************************************************************/
|
||||
|
||||
#if defined(HAVE_GSSAPI_SUPPORT) && defined(HAVE_KRB5)
|
||||
NTSTATUS common_gss_decrypt_buffer(gss_ctx_id_t context_handle, char *buf)
|
||||
NTSTATUS common_gss_decrypt_buffer(gss_ctx_id_t context_handle, char *buf)
|
||||
{
|
||||
return NT_STATUS_NOT_SUPPORTED;
|
||||
}
|
||||
@@ -135,7 +135,7 @@ NTSTATUS common_gss_decrypt_buffer(gss_ctx_id_t context_handle, char *buf)
|
||||
******************************************************************************/
|
||||
|
||||
#if defined(HAVE_GSSAPI_SUPPORT) && defined(HAVE_KRB5)
|
||||
NTSTATUS common_gss_encrypt_buffer(gss_ctx_id_t context_handle, char *buf, char **buf_out)
|
||||
NTSTATUS common_gss_encrypt_buffer(gss_ctx_id_t context_handle, char *buf, char **buf_out)
|
||||
{
|
||||
return NT_STATUS_NOT_SUPPORTED;
|
||||
}
|
||||
|
Reference in New Issue
Block a user