summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-10-18 21:55:24 +1100
committerStefan Metzmacher <metze@samba.org>2011-10-21 08:43:38 +0200
commit0a0839821adb8a4e959e10128e9c103f82e0ff80 (patch)
tree89e62a0d47b74330cf735e61d9ca83b41a69f1a0 /source3/include
parent3f079885b21f22ec4f27cccaa6f59ebce0e56067 (diff)
downloadsamba-0a0839821adb8a4e959e10128e9c103f82e0ff80.tar.gz
samba-0a0839821adb8a4e959e10128e9c103f82e0ff80.tar.bz2
samba-0a0839821adb8a4e959e10128e9c103f82e0ff80.zip
s3-ntlmssp Remove auth_ntlmssp_session_key()
We now just call the gensec_session_key() directly. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/ntlmssp_wrap.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/ntlmssp_wrap.h b/source3/include/ntlmssp_wrap.h
index ab1f9cb6aa..68032bbebc 100644
--- a/source3/include/ntlmssp_wrap.h
+++ b/source3/include/ntlmssp_wrap.h
@@ -40,9 +40,6 @@ NTSTATUS auth_ntlmssp_set_domain(struct auth_ntlmssp_state *ans,
const char *domain);
NTSTATUS auth_ntlmssp_set_password(struct auth_ntlmssp_state *ans,
const char *password);
-DATA_BLOB auth_ntlmssp_get_session_key(struct auth_ntlmssp_state *ans,
- TALLOC_CTX *mem_ctx);
-
NTSTATUS auth_ntlmssp_client_prepare(TALLOC_CTX *mem_ctx,
struct auth_ntlmssp_state **_ans);
NTSTATUS auth_ntlmssp_client_start(struct auth_ntlmssp_state *ans);