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

Unified Diff: third_party/tlslite/tlslite/utils/cryptlib_tripledes.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
« no previous file with comments | « third_party/tlslite/tlslite/utils/cryptlib_rc4.py ('k') | third_party/tlslite/tlslite/utils/dateFuncs.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/tlslite/tlslite/utils/cryptlib_tripledes.py
diff --git a/third_party/tlslite/tlslite/utils/Cryptlib_TripleDES.py b/third_party/tlslite/tlslite/utils/cryptlib_tripledes.py
similarity index 95%
rename from third_party/tlslite/tlslite/utils/Cryptlib_TripleDES.py
rename to third_party/tlslite/tlslite/utils/cryptlib_tripledes.py
index a4f8155a099c70806cb390ce1a5ae03b172e32a4..b98f235bd3acc7255d5b5eadccae4346d68178e7 100644
--- a/third_party/tlslite/tlslite/utils/Cryptlib_TripleDES.py
+++ b/third_party/tlslite/tlslite/utils/cryptlib_tripledes.py
@@ -2,7 +2,7 @@
from cryptomath import *
-from TripleDES import *
+from tripledes import *
if cryptlibpyLoaded:
@@ -32,4 +32,4 @@ if cryptlibpyLoaded:
TripleDES.decrypt(self, ciphertext)
bytes = stringToBytes(ciphertext)
cryptlib_py.cryptDecrypt(self.context, bytes)
- return bytesToString(bytes)
+ return bytesToString(bytes)
« no previous file with comments | « third_party/tlslite/tlslite/utils/cryptlib_rc4.py ('k') | third_party/tlslite/tlslite/utils/dateFuncs.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698