pyelliptic: add android openssl so

This commit is contained in:
Dmitri Bogomolov 2019-09-25 18:19:30 +03:00
parent 15e012a29f
commit 84482f2627
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13

View File

@ -690,6 +690,7 @@ def loadOpenSSL():
libdir.append('libssl.so')
libdir.append('libcrypto.so.1.0.0')
libdir.append('libssl.so.1.0.0')
libdir.append('libssl1.1.so')
if 'linux' in sys.platform or 'darwin' in sys.platform or 'bsd' in sys.platform:
libdir.append(find_library('ssl'))
elif 'win32' in sys.platform or 'win64' in sys.platform: