Skip to content

Commit

Permalink
use static ssl library and use it before libcrypto
Browse files Browse the repository at this point in the history
  • Loading branch information
tux-mind committed Nov 29, 2015
1 parent bc901aa commit 323862e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -1978,8 +1978,8 @@ LOCAL_SRC_FILES:= \
ext/openssl/ossl_ns_spki.c\
ext/openssl/ossl_engine.c
LOCAL_STATIC_LIBRARIES:= \
libcrypto_static\
libssl
libssl_static\
libcrypto_static
LOCAL_MODULE := RUBY_openssl

include $(BUILD_SHARED_LIBRARY)
Expand Down

0 comments on commit 323862e

Please sign in to comment.