From 0a0839821adb8a4e959e10128e9c103f82e0ff80 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 18 Oct 2011 21:55:24 +1100 Subject: s3-ntlmssp Remove auth_ntlmssp_session_key() We now just call the gensec_session_key() directly. Andrew Bartlett Signed-off-by: Stefan Metzmacher --- source3/include/ntlmssp_wrap.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/include') 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); -- cgit