Alexandre Julliard : advapi32: Move MD4 implementation to ntdll.

Alexandre Julliard julliard at winehq.org
Mon Jun 24 16:06:25 CDT 2019


Module: wine
Branch: master
Commit: 5768fd6dd25e1eea9a58c22f8909d8ec6db6f112
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=5768fd6dd25e1eea9a58c22f8909d8ec6db6f112

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Jun 24 14:47:55 2019 +0200

advapi32: Move MD4 implementation to ntdll.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/advapi32/Makefile.in   |   1 -
 dlls/advapi32/advapi32.spec |   6 +-
 dlls/advapi32/crypt.c       |  65 +++++++++
 dlls/advapi32/crypt_md4.c   | 326 --------------------------------------------
 dlls/ntdll/crypt.c          | 244 +++++++++++++++++++++++++++++++++
 dlls/ntdll/ntdll.spec       |   3 +
 6 files changed, 315 insertions(+), 330 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=5768fd6dd25e1eea9a58c22f8909d8ec6db6f112



More information about the wine-cvs mailing list