summaryrefslogtreecommitdiffstats
path: root/sources.mk
diff options
context:
space:
mode:
authorRashed Abdel-Tawab <rashed@linux.com>2015-10-12 21:50:08 -0400
committerRashed Abdel-Tawab <rashed@linux.com>2015-10-12 21:51:35 -0400
commit50c67c6a43d89781bbde1fad1487b281318db3af (patch)
tree8b5b502e844e80b0d049d93f76af5eff258bb48f /sources.mk
parentfd8abe7e013c2d52faa0366dc08d00ab99665a76 (diff)
downloadexternal_boringssl-50c67c6a43d89781bbde1fad1487b281318db3af.zip
external_boringssl-50c67c6a43d89781bbde1fad1487b281318db3af.tar.gz
external_boringssl-50c67c6a43d89781bbde1fad1487b281318db3af.tar.bz2
boringssl: Remove |BIO_f_base64|
Moved to https://github.com/CyanogenMod/external_sonyxperiadev_boringssl-compat This is a combination of 2 commits. The first commit's message is: Revert "boringssl: Build decrepit source into libcrypto." This reverts commit fd8abe7e013c2d52faa0366dc08d00ab99665a76. This is the 2nd commit message: Revert "Restore |BIO_f_base64| from OpenSSL at b4f0d1a, modulo style fixes." This reverts commit c51c1b8274193691341fe206907412508cbfc14f. Change-Id: Ic711b945d865cf5250cd2637b029b2ef08cb2ae1
Diffstat (limited to 'sources.mk')
-rw-r--r--sources.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/sources.mk b/sources.mk
index e55d83b..cdb7abc 100644
--- a/sources.mk
+++ b/sources.mk
@@ -448,8 +448,3 @@ 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\