diff --git a/cgtest.c b/cgtest.c index 62988576..6de22019 100644 --- a/cgtest.c +++ b/cgtest.c @@ -41,6 +41,7 @@ const struct ppk_save_parameters ppk_save_cgtest_parameters = { * different answers twice in the test suite when we were * expecting two key files to compare equal), and we specify a * passphrase salt. */ + .fmt_version = 3, .argon2_flavour = Argon2id, .argon2_mem = 16, .argon2_passes_auto = false,