Alexandre Julliard : crypt32: Move the GnuTLS code to a new Unix library.

Alexandre Julliard julliard at winehq.org
Mon Nov 9 15:11:50 CST 2020


Module: wine
Branch: master
Commit: a36ff69027e8e384ec81f3c868ab4f303f67ee38
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=a36ff69027e8e384ec81f3c868ab4f303f67ee38

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Nov  9 11:29:15 2020 +0100

crypt32: Move the GnuTLS code to a new Unix library.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/crypt32/Makefile.in       |   3 +-
 dlls/crypt32/crypt32_private.h |  10 +-
 dlls/crypt32/main.c            |  14 +-
 dlls/crypt32/pfx.c             | 284 ++++--------------------------------
 dlls/crypt32/unixlib.c         | 320 +++++++++++++++++++++++++++++++++++++++++
 5 files changed, 360 insertions(+), 271 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=a36ff69027e8e384ec81f3c868ab4f303f67ee38



More information about the wine-cvs mailing list