summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-08-02 10:24:28 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-08-03 18:48:02 +1000
commitdee845eb70379feae89940e9535541f7957c60d9 (patch)
treea2553eb0d80c4bd78cd972c56a63f31af326b22b /source3/include
parent6bcaba6f8ab8bae874c67389e716dd3766309656 (diff)
downloadsamba-dee845eb70379feae89940e9535541f7957c60d9.tar.gz
samba-dee845eb70379feae89940e9535541f7957c60d9.tar.bz2
samba-dee845eb70379feae89940e9535541f7957c60d9.zip
s3-ntlmssp Add mem_ctx argument to auth_ntlmssp_get_session_key()
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/ntlmssp_wrap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/ntlmssp_wrap.h b/source3/include/ntlmssp_wrap.h
index 6924ea655f..ed2e82758c 100644
--- a/source3/include/ntlmssp_wrap.h
+++ b/source3/include/ntlmssp_wrap.h
@@ -72,7 +72,8 @@ NTSTATUS auth_ntlmssp_set_password(struct auth_ntlmssp_state *ans,
void auth_ntlmssp_and_flags(struct auth_ntlmssp_state *ans, uint32_t flags);
void auth_ntlmssp_or_flags(struct auth_ntlmssp_state *ans, uint32_t flags);
void auth_ntlmssp_want_feature(struct auth_ntlmssp_state *ans, uint32_t feature);
-DATA_BLOB auth_ntlmssp_get_session_key(struct auth_ntlmssp_state *ans);
+DATA_BLOB auth_ntlmssp_get_session_key(struct auth_ntlmssp_state *ans,
+ TALLOC_CTX *mem_ctx);
NTSTATUS auth_ntlmssp_update(struct auth_ntlmssp_state *ans,
const DATA_BLOB request, DATA_BLOB *reply);