Skip to content

Commit bc901aa

Browse files
committed
fixed wrong library name
1 parent e90b290 commit bc901aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1979,7 +1979,7 @@ LOCAL_SRC_FILES:= \
19791979
ext/openssl/ossl_engine.c
19801980
LOCAL_STATIC_LIBRARIES:= \
19811981
libcrypto_static\
1982-
libssl_static
1982+
libssl
19831983
LOCAL_MODULE := RUBY_openssl
19841984

19851985
include $(BUILD_SHARED_LIBRARY)

0 commit comments

Comments
 (0)