Alexandre Julliard : advapi32: Move MD5 implementation to ntdll.
Module: wine Branch: master Commit: d5249c0f6d4df715a4f273536264b61914015511 URL: https://source.winehq.org/git/wine.git/?a=commit;h=d5249c0f6d4df715a4f273536... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Jun 24 14:51:40 2019 +0200 advapi32: Move MD5 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_md5.c | 279 -------------------------------------------- dlls/ntdll/crypt.c | 241 ++++++++++++++++++++++++++++++++++++++ dlls/ntdll/ntdll.spec | 3 + 5 files changed, 247 insertions(+), 283 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=d5249c0f6d4df715a4f27...
participants (1)
-
Alexandre Julliard