summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crypto-sources.mk1
-rw-r--r--sources.mk5
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)
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\