Module: wine Branch: master Commit: 209b968efc2336a72f5223f0c73ff46f11a2f1ba URL: https://source.winehq.org/git/wine.git/?a=commit;h=209b968efc2336a72f5223f0c...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Sep 29 15:27:32 2020 +0200
bcrypt: Split the key structure into generic and backend-specific parts.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/bcrypt/bcrypt_internal.h | 73 ++----------------------------------------- dlls/bcrypt/gnutls.c | 48 +++++++++++++++++----------- dlls/bcrypt/macos.c | 40 +++++++++++++++--------- 3 files changed, 58 insertions(+), 103 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=209b968efc2336a72f522...