Module: wine Branch: master Commit: 524c632a82b58c5b505cdfdf361d019234686e61 URL: http://source.winehq.org/git/wine.git/?a=commit;h=524c632a82b58c5b505cdfdf36...
Author: Jacek Caban jacek@codeweavers.com Date: Wed Jun 28 18:22:53 2017 +0200
rsaenh: Use bcrypt for SHA265 hashes.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/rsaenh/Makefile.in | 3 +- dlls/rsaenh/implglue.c | 10 +- dlls/rsaenh/implglue.h | 2 - dlls/rsaenh/sha2.c | 518 ------------------------------------------------ dlls/rsaenh/sha2.h | 64 ------ 5 files changed, 2 insertions(+), 595 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=524c632a82b58c5b505cdf...