diff options
| author | J08nY | 2018-02-03 21:58:03 +0100 |
|---|---|---|
| committer | J08nY | 2018-02-03 21:58:03 +0100 |
| commit | dedb8c3f127a3198c45dd29221f524d1227c207a (patch) | |
| tree | 1178c0aa560960ee8ed6b7b2931288f24c775624 /src/exhaustive | |
| parent | ed7e99ebc7c50523e5a2c6f21c8f89028348da71 (diff) | |
| download | ecgen-dedb8c3f127a3198c45dd29221f524d1227c207a.tar.gz ecgen-dedb8c3f127a3198c45dd29221f524d1227c207a.tar.zst ecgen-dedb8c3f127a3198c45dd29221f524d1227c207a.zip | |
Diffstat (limited to 'src/exhaustive')
| -rw-r--r-- | src/exhaustive/exhaustive.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exhaustive/exhaustive.c b/src/exhaustive/exhaustive.c index c0cb08a..e7d6350 100644 --- a/src/exhaustive/exhaustive.c +++ b/src/exhaustive/exhaustive.c @@ -309,6 +309,7 @@ int exhaustive_gen_retry(curve_t *curve, const exhaustive_t *setup, timeout = true; } else { + debug_log_state(state, ""); diff = setup->generators[state](curve, gen_arg, (offset_e)state); } timeout_stop(); |
