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)
commit00c195b43152fd9d14f82b0861ef137269abe051
tree86d8e0534ebe07d9a8f41d2736233ff5218f3394
parentc988596cb5880b2d0278a1471535f70dc890c69c
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