[PATCH 3/6] secur32: Move Schannel support to a Unix library.

Dmitry Timoshkov dmitry at baikal.ru
Fri May 7 05:12:00 CDT 2021


Hans Leidekker <hans at codeweavers.com> wrote:

> Signed-off-by: Hans Leidekker <hans at codeweavers.com>
> ---
>  dlls/secur32/schannel.c        | 252 ++++++++++++++++++-------
>  dlls/secur32/schannel_gnutls.c | 323 +++++++++++++--------------------
>  dlls/secur32/schannel_macosx.c | 210 ++++++++++++---------
>  dlls/secur32/secur32.c         |   3 +
>  dlls/secur32/secur32_priv.h    |  81 +++++----
>  5 files changed, 477 insertions(+), 392 deletions(-)

In the light of recent separation of NTLM support to its own dlls/msv1_0
it would be reasonable to expect same thing happening to schannel. What
is the reason to not continue going that way and move schannel support
to dlls/schannel?

-- 
Dmitry.



More information about the wine-devel mailing list