Alexandre Julliard : advapi32: Move MD4 implementation to ntdll.
Module: wine Branch: master Commit: 5768fd6dd25e1eea9a58c22f8909d8ec6db6f112 URL: https://source.winehq.org/git/wine.git/?a=commit;h=5768fd6dd25e1eea9a58c22f8... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Jun 24 14:47:55 2019 +0200 advapi32: Move MD4 implementation to ntdll. Signed-off-by: Alexandre Julliard <julliard(a)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=5768fd6dd25e1eea9a58c...
participants (1)
-
Alexandre Julliard