projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Support for TLS1 pseudo random function.
[wine]
/
dlls
/
rsaenh
/
Makefile.in
1
EXTRADEFS = -DCOM_NO_WINDOWS_H
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = rsaenh.dll
7
IMPORTS = advapi32 kernel32
8
9
C_SRCS = \
10
des.c \
11
handle.c \
12
implglue.c \
13
md2.c \
14
mpi.c \
15
rc2.c \
16
rc4.c \
17
rsa.c \
18
rsaenh.c
19
20
SUBDIRS = tests
21
22
@MAKE_DLL_RULES@
23
24
### Dependencies: