mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-19 13:01:00 -07:00
Fix missing openssl library on android 6.0
This commit is contained in:
parent
b5ed9cd634
commit
07aaba42d4
1 changed files with 3 additions and 3 deletions
|
@ -91,11 +91,11 @@ LOCAL_STATIC_LIBRARIES := \
|
||||||
libapr-1 \
|
libapr-1 \
|
||||||
libaprutil-1 \
|
libaprutil-1 \
|
||||||
libiconv\
|
libiconv\
|
||||||
libneon
|
libneon\
|
||||||
|
libcrypto_static\
|
||||||
|
libssl_static
|
||||||
|
|
||||||
LOCAL_SHARED_LIBRARIES := \
|
LOCAL_SHARED_LIBRARIES := \
|
||||||
libcrypto\
|
|
||||||
libssl\
|
|
||||||
libsqlite\
|
libsqlite\
|
||||||
libexpat
|
libexpat
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue