summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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