aboutsummaryrefslogtreecommitdiffstats
path: root/tests/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/utils.py')
-rw-r--r--tests/utils.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/utils.py b/tests/utils.py
index 46d93646..8be5c1fa 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -397,10 +397,7 @@ def load_fips_dsa_key_pair_vectors(vector_data):
elif line.startswith("[mod = L=3072"):
continue
- if not reading_key_data:
- 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"):