From 8af0390bcc054734c7fd3f0c896fdc1401f8d6aa Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 21 Oct 2013 17:14:47 -0700 Subject: fix --- tests/primitives/test_nist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/primitives/test_nist.py') diff --git a/tests/primitives/test_nist.py b/tests/primitives/test_nist.py index a460a3f4..40b45337 100644 --- a/tests/primitives/test_nist.py +++ b/tests/primitives/test_nist.py @@ -258,7 +258,7 @@ class TestTripleDES_OFB(object): ) test_KAT2 = generate_encrypt_test( - lambda path: load_nist_vectors_from_file(path, "ENCRYPT"), + lambda path: load_3des_nist_vectors_from_file(path, "ENCRYPT"), os.path.join("3DES", "KAT"), [ "TOFBIinvperm.rsp", -- cgit v1.2.3