From adf303eed6123a523ba85553fa7727a9ae876410 Mon Sep 17 00:00:00 2001 From: Adnan Begovic Date: Thu, 8 Oct 2015 03:35:16 -0700 Subject: boringssl: Build decrepit source into libcrypto. Change-Id: Idc563a9e4ab0e677ba4eb6f09feb9e78dc904a6a --- crypto-sources.mk | 1 + sources.mk | 5 +++++ 2 files changed, 6 insertions(+) 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) diff --git a/sources.mk b/sources.mk index e82f3d5..ea5d44d 100644 --- a/sources.mk +++ b/sources.mk @@ -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\ -- cgit v1.1