Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(242)

Unified Diff: third_party/tlslite/tlslite/utils/cryptlib_aes.py

Issue 211173006: Perform tlslite 0.3.8 -> 0.4.6 renames ahead of time. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Drop the -B Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:
« no previous file with comments | « third_party/tlslite/tlslite/utils/cipherfactory.py ('k') | third_party/tlslite/tlslite/utils/cryptlib_rc4.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698