Alexandre Julliard : bcrypt: Move the backend code to a new Unix library.
Module: wine Branch: master Commit: a472ad191f3f518feb9e100a20cee835e3109561 URL: https://source.winehq.org/git/wine.git/?a=commit;h=a472ad191f3f518feb9e100a2... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Sep 29 15:36:52 2020 +0200 bcrypt: Move the backend code to a new Unix library. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/bcrypt/bcrypt_internal.h | 40 +++++----- dlls/bcrypt/bcrypt_main.c | 182 ++++++++++-------------------------------- dlls/bcrypt/gnutls.c | 104 ++++++++++++++++-------- dlls/bcrypt/macos.c | 73 ++++++++++++----- 4 files changed, 188 insertions(+), 211 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=a472ad191f3f518feb9e1...
participants (1)
-
Alexandre Julliard