Skip to content

Commit

Permalink
boringssl: Build decrepit source into libcrypto.
Browse files Browse the repository at this point in the history
Change-Id: Idc563a9e4ab0e677ba4eb6f09feb9e78dc904a6a
Signed-off-by: Louis Popi <[email protected]>
Signed-off-by: Louis Popi <[email protected]>
  • Loading branch information
Adnan Begovic authored and Louis Popi committed Jan 7, 2017
1 parent b08cdc3 commit 79bc4b3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions crypto-sources.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)
5 changes: 5 additions & 0 deletions sources.mk
Original file line number Diff line number Diff line change
Expand Up @@ -454,3 +454,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\
File renamed without changes.
File renamed without changes.

0 comments on commit 79bc4b3

Please sign in to comment.