| Index: third_party/tlslite/tlslite/utils/cryptlib_aes.py
|
| diff --git a/third_party/tlslite/tlslite/utils/Cryptlib_AES.py b/third_party/tlslite/tlslite/utils/cryptlib_aes.py
|
| similarity index 98%
|
| rename from third_party/tlslite/tlslite/utils/Cryptlib_AES.py
|
| rename to third_party/tlslite/tlslite/utils/cryptlib_aes.py
|
| index 9e101fc626d15cdb207584f08e70c48bfdd19ac6..4379b4478d144db72cfcc37095066100e12ee1fe 100644
|
| --- a/third_party/tlslite/tlslite/utils/Cryptlib_AES.py
|
| +++ b/third_party/tlslite/tlslite/utils/cryptlib_aes.py
|
| @@ -1,7 +1,7 @@
|
| """Cryptlib AES implementation."""
|
|
|
| from cryptomath import *
|
| -from AES import *
|
| +from aes import *
|
|
|
| if cryptlibpyLoaded:
|
|
|
|
|