Module: wine Branch: master Commit: a36ff69027e8e384ec81f3c868ab4f303f67ee38 URL: https://source.winehq.org/git/wine.git/?a=commit;h=a36ff69027e8e384ec81f3c86...
Author: Alexandre Julliard julliard@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@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=a36ff69027e8e384ec81f...