summaryrefslogtreecommitdiff
path: root/source4/libcli/auth/spnego.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-07-06 00:15:39 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:56:51 -0500
commitfff5d40ab5f23b9ca8c2c38b3f962ade4c02de2c (patch)
tree81d3481a5121baa3b15f5b027863b5be24cf1da8 /source4/libcli/auth/spnego.h
parent50ce5fd990a9ce49be006340ba797c550a0322e1 (diff)
downloadsamba-fff5d40ab5f23b9ca8c2c38b3f962ade4c02de2c.tar.gz
samba-fff5d40ab5f23b9ca8c2c38b3f962ade4c02de2c.tar.bz2
samba-fff5d40ab5f23b9ca8c2c38b3f962ade4c02de2c.zip
r1347: - remove typedef
- pass down gensec_user to the sub context - if segfault when mechType is NULL metze (This used to be commit 3f84263c27add3bf01eea88618f707da925bed5c)
Diffstat (limited to 'source4/libcli/auth/spnego.h')
-rw-r--r--source4/libcli/auth/spnego.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/libcli/auth/spnego.h b/source4/libcli/auth/spnego.h
index 60ef4c1d36..eba98c5218 100644
--- a/source4/libcli/auth/spnego.h
+++ b/source4/libcli/auth/spnego.h
@@ -33,11 +33,11 @@
#define SPNEGO_INTEG_FLAG 0x40
#define SPNEGO_REQ_FLAG 0x80
-typedef enum _spnego_negResult {
+enum spnego_negResult {
SPNEGO_ACCEPT_COMPLETED = 0,
SPNEGO_ACCEPT_INCOMPLETE = 1,
SPNEGO_REJECT = 2
-} negResult_t;
+};
struct spnego_negTokenInit {
char **mechTypes;