summaryrefslogtreecommitdiff
path: root/source3/auth/auth_ntlmssp.c
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-07-20 11:23:11 -0400
committerSimo Sorce <idra@samba.org>2010-07-28 12:18:28 -0400
commit3c3237dd0afa37ba0e545424f5008973b645cf96 (patch)
treee0f9278f87812970cad5002f147610685a6476cb /source3/auth/auth_ntlmssp.c
parentbfe53d414548cd8a0226136b73cf2b766b6a61ef (diff)
downloadsamba-3c3237dd0afa37ba0e545424f5008973b645cf96.tar.gz
samba-3c3237dd0afa37ba0e545424f5008973b645cf96.tar.bz2
samba-3c3237dd0afa37ba0e545424f5008973b645cf96.zip
s3-auth: Remove unimplemented functions
Diffstat (limited to 'source3/auth/auth_ntlmssp.c')
-rw-r--r--source3/auth/auth_ntlmssp.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/auth/auth_ntlmssp.c b/source3/auth/auth_ntlmssp.c
index 66adc6ff1a..0cccab51fd 100644
--- a/source3/auth/auth_ntlmssp.c
+++ b/source3/auth/auth_ntlmssp.c
@@ -24,16 +24,6 @@
#include "../libcli/auth/ntlmssp.h"
#include "ntlmssp_wrap.h"
-void auth_ntlmssp_want_sign(struct auth_ntlmssp_state *auth_ntlmssp_state)
-{
-
-}
-
-void auth_ntlmssp_want_seal(struct auth_ntlmssp_state *auth_ntlmssp_state)
-{
-
-}
-
NTSTATUS auth_ntlmssp_steal_server_info(TALLOC_CTX *mem_ctx,
struct auth_ntlmssp_state *auth_ntlmssp_state,
struct auth_serversupplied_info **server_info)