mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2026-09-08 01:41:59 +00:00
Improve libssl.py's file formatting
This commit is contained in:
@@ -3,7 +3,7 @@ import pyaes
|
||||
from . import libssl
|
||||
|
||||
|
||||
if libssl.libssl:
|
||||
if libssl.AES is not None:
|
||||
# Use libssl if available, since it will be faster
|
||||
AES = libssl.AES
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user