Module: wine Branch: master Commit: 7f8dd873c86f1cc8c3189fe8b3ccc67ca989e18e URL: http://source.winehq.org/git/wine.git/?a=commit;h=7f8dd873c86f1cc8c3189fe8b3...
Author: Hans Leidekker hans@codeweavers.com Date: Wed Aug 16 11:23:47 2017 +0200
bcrypt: Implement BCryptEncrypt.
Partially based on a patch by Michael Müller.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/bcrypt/bcrypt_main.c | 133 ++++++++++++++++++++++++++++++++++++++++++++- dlls/bcrypt/tests/bcrypt.c | 48 ++++++++++++---- dlls/ncrypt/ncrypt.spec | 2 +- 3 files changed, 169 insertions(+), 14 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=7f8dd873c86f1cc8c3189f...