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

This commit is contained in:
Hans Leidekker 2005-02-22 19:34:15 +00:00 committed by Alexandre Julliard
parent d3edafe1e2
commit 7eba925a4d
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = cryptdll.dll
IMPORTS = kernel32
IMPORTS = advapi32 kernel32
C_SRCS = \
cryptdll.c

View File

@ -9,6 +9,6 @@
@ stub CDRegisterCSystem
@ stub CDRegisterCheckSum
@ stub CDRegisterRng
@ stub MD5Final
@ stub MD5Init
@ stub MD5Update
@ stdcall MD5Final(ptr) advapi32.MD5Final
@ stdcall MD5Init(ptr) advapi32.MD5Init
@ stdcall MD5Update(ptr ptr long) advapi32.MD5Update