summaryrefslogtreecommitdiffstats
path: root/Crypto.mk
diff options
context:
space:
mode:
authorBenoit Goby <benoit@android.com>2012-08-21 12:06:33 -0700
committerBenoit Goby <benoit@android.com>2012-08-21 17:07:35 -0700
commitb4f245f7519f2f8b8dd7fa0b3897220eda17a7ef (patch)
tree95fe37668526039917ce323d7f2db534c3975337 /Crypto.mk
parent3e3ee21f7024646d9fc3b2b2b00078c66a191c57 (diff)
downloadreplicant_openssl-b4f245f7519f2f8b8dd7fa0b3897220eda17a7ef.zip
replicant_openssl-b4f245f7519f2f8b8dd7fa0b3897220eda17a7ef.tar.gz
replicant_openssl-b4f245f7519f2f8b8dd7fa0b3897220eda17a7ef.tar.bz2
Fix OpenSSL build for the Windows SDK
Add missing file from OpenSSL 1.0.1c and fix flags since Windows does not have dlfcn.h. Change-Id: I937c1effd937dfe7922d6472c7adec063103c924
Diffstat (limited to 'Crypto.mk')
-rw-r--r--Crypto.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Crypto.mk b/Crypto.mk
index 4d50467..8533934 100644
--- a/Crypto.mk
+++ b/Crypto.mk
@@ -417,6 +417,7 @@ local_src_files := \
crypto/rand/rand_err.c \
crypto/rand/rand_lib.c \
crypto/rand/rand_unix.c \
+ crypto/rand/rand_win.c \
crypto/rand/randfile.c \
crypto/rc2/rc2_cbc.c \
crypto/rc2/rc2_ecb.c \