s3-ntlmssp Implement the server-side auth_ntlmssp code as a GENSEC module
[obnox/samba/samba-obnox.git] / source3 / include / ntlmssp_wrap.h
index ee76e96007ec71245b8e68c34b6b22233b62b210..8edacd74aa34c4f493759ed7aceb866c5de4ee84 100644 (file)
@@ -26,8 +26,6 @@ struct gensec_security;
 struct auth_ntlmssp_state {
        /* used only by server implementation */
        struct auth_context *auth_context;
-       struct auth_serversupplied_info *server_info;
-       struct tsocket_address *remote_address;
        struct gensec_security *gensec_security;
 
        /* used by both client and server implementation */