summaryrefslogtreecommitdiff
path: root/source3/librpc/crypto/spnego.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/librpc/crypto/spnego.h')
-rw-r--r--source3/librpc/crypto/spnego.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/crypto/spnego.h b/source3/librpc/crypto/spnego.h
index 5e1a79b2af..2605169bb0 100644
--- a/source3/librpc/crypto/spnego.h
+++ b/source3/librpc/crypto/spnego.h
@@ -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;