From 96e72eb4ec4481c66cbb4cf8f82c1aae537b4bc9 Mon Sep 17 00:00:00 2001 From: Yesudeep Mangalapilly Date: Thu, 11 Aug 2011 02:49:34 +0530 Subject: Removes unnecessary code that I had added. --- tests/test_pkcs1.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests') diff --git a/tests/test_pkcs1.py b/tests/test_pkcs1.py index 82a3775..55098e2 100644 --- a/tests/test_pkcs1.py +++ b/tests/test_pkcs1.py @@ -30,12 +30,6 @@ class BinaryTest(unittest2.TestCase): message = struct.pack('>IIII', 0, 0, 0, 1) encrypted = pkcs1.encrypt(message, self.pub) - def _ord(a): - if is_integer(a): - return a - else: - return ord(a) - # Alter the encrypted stream a = encrypted[5] if is_bytes(a): -- cgit v1.2.1