Improve libssl.py's file formatting

This commit is contained in:
Lonami Exo
2017-08-22 23:05:07 +02:00
parent 274e16ac66
commit 88ec9c297e
2 changed files with 75 additions and 69 deletions
+1 -1
View File
@@ -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: