Skip to content

Commit

Permalink
use static openssl library for ripemd160
Browse files Browse the repository at this point in the history
  • Loading branch information
tux-mind committed Feb 21, 2015
1 parent 34d71fb commit 2ee5635
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -1503,8 +1503,10 @@ LOCAL_C_INCLUDES:= \
LOCAL_SRC_FILES:= \
ext/digest/rmd160/rmd160init.c\
ext/digest/rmd160/rmd160ossl.c
LOCAL_SHARED_LIBRARIES:= \
libcrypto

# RMD160 missing on certain devices ( API >= 21 )
LOCAL_STATIC_LIBRARIES:= libcrypto_static

LOCAL_MODULE := RUBY_digest_rmd160

include $(BUILD_SHARED_LIBRARY)
Expand Down

0 comments on commit 2ee5635

Please sign in to comment.