summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdnan Begovic <adnan@cyngn.com>2015-10-08 03:35:16 -0700
committerAdnan Begovic <adnan@cyngn.com>2015-10-08 04:08:13 -0700
commitfd8abe7e013c2d52faa0366dc08d00ab99665a76 (patch)
tree112b268f2fabf26acffbe42663bd69a01be69668
parentc51c1b8274193691341fe206907412508cbfc14f (diff)
downloadexternal_boringssl-fd8abe7e013c2d52faa0366dc08d00ab99665a76.zip
external_boringssl-fd8abe7e013c2d52faa0366dc08d00ab99665a76.tar.gz
external_boringssl-fd8abe7e013c2d52faa0366dc08d00ab99665a76.tar.bz2
boringssl: Build decrepit source into libcrypto.
Change-Id: Idc563a9e4ab0e677ba4eb6f09feb9e78dc904a6a
-rw-r--r--crypto-sources.mk1
-rw-r--r--sources.mk5
-rw-r--r--src/decrepit/bio/CMakeLists.txt (renamed from decrepit/bio/CMakeLists.txt)0
-rw-r--r--src/decrepit/bio/base64_bio.c (renamed from decrepit/bio/base64_bio.c)0
4 files changed, 6 insertions, 0 deletions
diff --git a/crypto-sources.mk b/crypto-sources.mk
index 78194f2..e72ca4a 100644
--- a/crypto-sources.mk
+++ b/crypto-sources.mk
@@ -10,3 +10,4 @@ LOCAL_SRC_FILES_arm = $(linux_arm_sources)
LOCAL_SRC_FILES_arm64 = $(linux_aarch64_sources)
endif
LOCAL_SRC_FILES += $(crypto_sources)
+LOCAL_SRC_FILES += $(decrepit_sources)
diff --git a/sources.mk b/sources.mk
index cdb7abc..e55d83b 100644
--- a/sources.mk
+++ b/sources.mk
@@ -448,3 +448,8 @@ win_x86_64_sources := \
win-x86_64/crypto/sha/sha256-x86_64.asm\
win-x86_64/crypto/sha/sha512-x86_64.asm\
+decrepit_sources := \
+ src/decrepit/bio/base64_bio.c\
+ src/decrepit/blowfish/blowfish.c\
+ src/decrepit/cast/cast.c\
+ src/decrepit/cast/cast_tables.c\
diff --git a/decrepit/bio/CMakeLists.txt b/src/decrepit/bio/CMakeLists.txt
index 3da5e5c..3da5e5c 100644
--- a/decrepit/bio/CMakeLists.txt
+++ b/src/decrepit/bio/CMakeLists.txt
diff --git a/decrepit/bio/base64_bio.c b/src/decrepit/bio/base64_bio.c
index 2056138..2056138 100644
--- a/decrepit/bio/base64_bio.c
+++ b/src/decrepit/bio/base64_bio.c