From 16e463e16900822d29fa57dd210cff2be5933402 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 26 Dec 2011 14:57:02 +1100 Subject: s3-auth Remove ntlmssp_wrap.h which is no longer required Signed-off-by: Stefan Metzmacher --- source3/include/ntlmssp_wrap.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/include/ntlmssp_wrap.h') diff --git a/source3/include/ntlmssp_wrap.h b/source3/include/ntlmssp_wrap.h index 07f474f103..ac2c77da37 100644 --- a/source3/include/ntlmssp_wrap.h +++ b/source3/include/ntlmssp_wrap.h @@ -23,8 +23,6 @@ struct gensec_security; -extern const struct gensec_security_ops gensec_ntlmssp3_server_ops; - struct auth_generic_state { /* used only by the client implementation */ struct cli_credentials *credentials; -- cgit