ssl 1.0.2

master
inpos 2017-12-17 19:02:06 +03:00
parent 85391e63ea
commit 9d0be7fcdc
1 changed files with 2 additions and 2 deletions

View File

@ -65,8 +65,8 @@ if sys.platform.startswith('win'):
libcrypto = CDLL(cryptodll_path)
libssl = CDLL(ssldll_path)
else:
libcrypto = CDLL("libcrypto.so.1.0.0")
libssl = CDLL("libssl.so.1.0.0")
libcrypto = CDLL("libcrypto.so.1.0.2")
libssl = CDLL("libssl.so.1.0.2")
#
# Integer constants - exported