Module: wine Branch: master Commit: e6aa95c08a73a70dad378a1b040f430cbead9b1e URL: https://source.winehq.org/git/wine.git/?a=commit;h=e6aa95c08a73a70dad378a1b0... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Tue Apr 20 15:56:50 2021 +0200 kerberos: Move support for SpAcceptLsaModeContext to the Unix library. Signed-off-by: Hans Leidekker <hans(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/kerberos/krb5_ap.c | 102 ++++-------------------------------------------- dlls/kerberos/unixlib.c | 63 ++++++++++++++++++++++++++++++ dlls/kerberos/unixlib.h | 2 + 3 files changed, 72 insertions(+), 95 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=e6aa95c08a73a70dad378...