Module: wine Branch: master Commit: 44593a6364bb34ed4710c18cd149e5f9037cffb1 URL: https://source.winehq.org/git/wine.git/?a=commit;h=44593a6364bb34ed4710c18cd...
Author: Hans Leidekker hans@codeweavers.com Date: Wed Apr 21 09:47:29 2021 +0200
kerberos: Move support for SpUnsealMessage to the Unix library.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/kerberos/krb5_ap.c | 248 +----------------------------------------------- dlls/kerberos/unixlib.c | 76 +++++++++++++++ dlls/kerberos/unixlib.h | 1 + 3 files changed, 78 insertions(+), 247 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=44593a6364bb34ed4710c...