commit | 0fe7db62cdd2c1395733005f6a3eef02aa720552 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Sat Jun 27 17:20:59 2015 -0400 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Sat Jun 27 17:20:59 2015 -0400 |
tree | 55431100685693af3509ee523ad90273b31b58e5 | |
parent | ece3872d095c303e882fc74384dc34c37b250511 [diff] |
fix
diff --git a/tests/utils.py b/tests/utils.py index 5a3f475..8be5c1f 100644 --- a/tests/utils.py +++ b/tests/utils.py
@@ -396,7 +396,8 @@ continue elif line.startswith("[mod = L=3072"): continue - elif reading_key_data: + + if reading_key_data: if line.startswith("P"): vectors.append({'p': int(line.split("=")[1], 16)}) elif line.startswith("Q"):