summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2010-10-26 14:24:25 -0700
committerDmitry Shmidt <dimitrysh@google.com>2010-10-26 14:24:25 -0700
commit9bc062a3fd7352166c1b0f8f282eb064c0b2c0c5 (patch)
tree2629e6258d0e7aa232c0ab49e13208736e7e48e3 /patches
parent3202b6410d800fe24990ab43e28206622b2b90a9 (diff)
downloadreplicant_openssl-9bc062a3fd7352166c1b0f8f282eb064c0b2c0c5.zip
replicant_openssl-9bc062a3fd7352166c1b0f8f282eb064c0b2c0c5.tar.gz
replicant_openssl-9bc062a3fd7352166c1b0f8f282eb064c0b2c0c5.tar.bz2
crypto: Add bn_const.c to makefile
Change-Id: I2a21ac2c943b468e92cbf3cf15f2aca1adba344f Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'patches')
-rw-r--r--patches/crypto_Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/patches/crypto_Android.mk b/patches/crypto_Android.mk
index 111374c..8daa210 100644
--- a/patches/crypto_Android.mk
+++ b/patches/crypto_Android.mk
@@ -133,6 +133,7 @@ local_src_files := \
bn/bn_add.c \
bn/bn_asm.c \
bn/bn_blind.c \
+ bn/bn_const.c \
bn/bn_ctx.c \
bn/bn_div.c \
bn/bn_err.c \