Module: wine Branch: master Commit: 78a5d660037a14dfb7d45764955ded0235f6fb3b URL: http://source.winehq.org/git/wine.git/?a=commit;h=78a5d660037a14dfb7d4576495...
Author: Jacek Caban jacek@codeweavers.com Date: Wed Jun 28 18:22:26 2017 +0200
rsaenh: Use bcrypt for SHA384 hashes.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/rsaenh/implglue.c | 10 +- dlls/rsaenh/implglue.h | 1 - dlls/rsaenh/sha2.c | 414 ------------------------------------------------- dlls/rsaenh/sha2.h | 19 --- 4 files changed, 1 insertion(+), 443 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=78a5d660037a14dfb7d457...