Skip to content

Commit 323862e

Browse files
committed
use static ssl library and use it before libcrypto
1 parent bc901aa commit 323862e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Android.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1978,8 +1978,8 @@ LOCAL_SRC_FILES:= \
19781978
ext/openssl/ossl_ns_spki.c\
19791979
ext/openssl/ossl_engine.c
19801980
LOCAL_STATIC_LIBRARIES:= \
1981-
libcrypto_static\
1982-
libssl
1981+
libssl_static\
1982+
libcrypto_static
19831983
LOCAL_MODULE := RUBY_openssl
19841984

19851985
include $(BUILD_SHARED_LIBRARY)

0 commit comments

Comments
 (0)