summaryrefslogtreecommitdiffstats
path: root/src/decrepit/CMakeLists.txt
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 /src/decrepit/CMakeLists.txt
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 'src/decrepit/CMakeLists.txt')
-rw-r--r--src/decrepit/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/decrepit/CMakeLists.txt b/src/decrepit/CMakeLists.txt
index a486c1b..b43fea7 100644
--- a/src/decrepit/CMakeLists.txt
+++ b/src/decrepit/CMakeLists.txt
@@ -1,11 +1,9 @@
add_subdirectory(cast)
add_subdirectory(blowfish)
-add_subdirectory(bio)
add_library(
decrepit
- $<TARGET_OBJECTS:bio_decrepit>
- $<TARGET_OBJECTS:blowfish>
$<TARGET_OBJECTS:cast>
+ $<TARGET_OBJECTS:blowfish>
)