diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-01-02 15:50:07 +1100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-01-18 16:23:22 +0100 |
commit | f70c9fb76c8d6fbe8585a644a408e1ff29596b9f (patch) | |
tree | fbc9ec108b603a7dacdcf85a04a452b861cb1df8 /source3/librpc/crypto/spnego.h | |
parent | 5ddec1182ec378e4560f0d98604060fdc4b6f542 (diff) | |
download | samba-f70c9fb76c8d6fbe8585a644a408e1ff29596b9f.tar.gz samba-f70c9fb76c8d6fbe8585a644a408e1ff29596b9f.tar.bz2 samba-f70c9fb76c8d6fbe8585a644a408e1ff29596b9f.zip |
s3-librpc Remove layer around struct gensec_security
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/librpc/crypto/spnego.h')
-rw-r--r-- | source3/librpc/crypto/spnego.h | 4 |
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; |