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.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/librpc/crypto/spnego.h b/source3/librpc/crypto/spnego.h
index 5a63a7f9c4..a054b593b2 100644
--- a/source3/librpc/crypto/spnego.h
+++ b/source3/librpc/crypto/spnego.h
@@ -29,9 +29,7 @@ enum spnego_mech {
struct spnego_context {
enum spnego_mech mech;
- union {
- struct gensec_security *gensec_security;
- } mech_ctx;
+ struct gensec_security *gensec_security;
char *oid_list[ASN1_MAX_OIDS];
char *mech_oid;