auth/gensec: remove the sync update() hook from gensec_security_ops
commita5f37e6cca68358d6ae077977ee6b690981a7cd9
authorStefan Metzmacher <metze@samba.org>
Thu, 11 May 2017 10:48:41 +0000 (11 12:48 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 21 May 2017 19:05:11 +0000 (21 21:05 +0200)
treeb4a034d9d1cd6f403d04a797db7b916ccb83b7ed
parent9f3d94b750fa9a7f1d724abcc1688f3cc02a29ad
auth/gensec: remove the sync update() hook from gensec_security_ops

Some backends still do some nested event context magic,
but that mapping between async and sync is done in these backends
and not in the core gensec code anymore.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
auth/gensec/gensec.c
auth/gensec/gensec_internal.h