mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-14 10:37:27 -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 \
|
||||
libaprutil-1 \
|
||||
libiconv\
|
||||
libneon
|
||||
libneon\
|
||||
libcrypto_static\
|
||||
libssl_static
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libcrypto\
|
||||
libssl\
|
||||
libsqlite\
|
||||
libexpat
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue