diff options
author | Adnan Begovic <adnan@cyngn.com> | 2015-10-08 03:35:16 -0700 |
---|---|---|
committer | Steve Kondik <steve@cyngn.com> | 2016-08-24 11:15:51 -0700 |
commit | adf303eed6123a523ba85553fa7727a9ae876410 (patch) | |
tree | f618925a1c370970332b154323f9575769a14b71 | |
parent | c79be54ba3206605350204e419e4078906456da6 (diff) | |
download | external_boringssl-cm-14.0.zip external_boringssl-cm-14.0.tar.gz external_boringssl-cm-14.0.tar.bz2 |
boringssl: Build decrepit source into libcrypto.cm-14.0
Change-Id: Idc563a9e4ab0e677ba4eb6f09feb9e78dc904a6a
-rw-r--r-- | crypto-sources.mk | 1 | ||||
-rw-r--r-- | sources.mk | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/crypto-sources.mk b/crypto-sources.mk index a5b8ba3..6307014 100644 --- a/crypto-sources.mk +++ b/crypto-sources.mk @@ -14,3 +14,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) @@ -451,3 +451,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\ |