s3-ntlmssp Remove references to auth_ntlmssp_context from the rpc code
[kai/samba.git] / source3 / librpc / crypto / spnego.h
index 5e1a79b2af4c5ff78ffa3cce8a7f7793c2b3c515..2605169bb0f49062be4a0b916cadb738a3436569 100644 (file)
@@ -30,7 +30,7 @@ struct spnego_context {
        enum spnego_mech mech;
 
        union {
-               struct auth_ntlmssp_state *ntlmssp_state;
+               struct gensec_security *gensec_security;
                struct gse_context *gssapi_state;
        } mech_ctx;