Module: wine Branch: master Commit: b352d353b41654ad2b94d46747c5d203acc417f3 URL: https://source.winehq.org/git/wine.git/?a=commit;h=b352d353b41654ad2b94d4674...
Author: Hans Leidekker hans@codeweavers.com Date: Mon Mar 21 09:50:10 2022 +0100
bcrypt: Store a public key handle instead of a blob.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/bcrypt/bcrypt_internal.h | 2 - dlls/bcrypt/bcrypt_main.c | 68 ++---- dlls/bcrypt/gnutls.c | 481 ++++++++++-------------------------------- 3 files changed, 125 insertions(+), 426 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=b352d353b41654ad2b94d...