Mercurial > dropbear
diff libtomcrypt/demos/tv_gen.c @ 1739:13d834efc376 fuzz
merge from main
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 15 Oct 2020 19:55:15 +0800 |
parents | e9dba7abd939 |
children |
line wrap: on
line diff
--- a/libtomcrypt/demos/tv_gen.c Wed Feb 28 22:11:39 2018 +0800 +++ b/libtomcrypt/demos/tv_gen.c Thu Oct 15 19:55:15 2020 +0800 @@ -78,7 +78,7 @@ printf("keysize error: %s\n", error_to_string(err)); exit(EXIT_FAILURE); } - if (kl == lastkl) break; + if (kl == lastkl) continue; lastkl = kl; fprintf(out, "Key Size: %d bytes\n", kl);