Commit 7eba925a authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

Forward MD5{Final,Init,Update} to advapi32.

parent d3edafe1
...@@ -3,7 +3,7 @@ TOPOBJDIR = ../.. ...@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR = @srcdir@ SRCDIR = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
MODULE = cryptdll.dll MODULE = cryptdll.dll
IMPORTS = kernel32 IMPORTS = advapi32 kernel32
C_SRCS = \ C_SRCS = \
cryptdll.c cryptdll.c
......
...@@ -9,6 +9,6 @@ ...@@ -9,6 +9,6 @@
@ stub CDRegisterCSystem @ stub CDRegisterCSystem
@ stub CDRegisterCheckSum @ stub CDRegisterCheckSum
@ stub CDRegisterRng @ stub CDRegisterRng
@ stub MD5Final @ stdcall MD5Final(ptr) advapi32.MD5Final
@ stub MD5Init @ stdcall MD5Init(ptr) advapi32.MD5Init
@ stub MD5Update @ stdcall MD5Update(ptr ptr long) advapi32.MD5Update
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment