Fixing lint.

This commit is contained in:
Gareth J. Greenaway 2019-05-02 13:34:06 -07:00
parent e24f2f8f21
commit 6ffbca52f3
No known key found for this signature in database
GPG key ID: 10B62F8A7CAD7A41

View file

@ -66,7 +66,7 @@ def _init_libcrypto():
try:
# If we're greater than OpenSSL 1.1.0, no need to to the init
if libcrypto.OpenSSL_version_num < 0x10100000L:
if libcrypto.OpenSSL_version_num < 0x10100000:
libcrypto.OPENSSL_init_crypto()
except AttributeError:
# Support for OpenSSL < 1.1 (OPENSSL_API_COMPAT < 0x10100000L)