auth/spnego: introduce a 'spnego_in' helper variable in gensec_spnego_update_client()
authorStefan Metzmacher <metze@samba.org>
Wed, 5 Jul 2017 07:59:16 +0000 (09:59 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 25 Jul 2017 11:51:07 +0000 (13:51 +0200)
commitc988596cb5880b2d0278a1471535f70dc890c69c
tree6e29c17d78f5966f3b6cae6e1082093e682b62a4
parente243fb510dcec8cf1f8ba6ee76077ca99be8cb9c
auth/spnego: introduce a 'spnego_in' helper variable in gensec_spnego_update_client()

In the following commits we'll pass that variable from the caller
and this preparation will reduce the diff for the following patches.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
auth/gensec/spnego.c