From 137e3a0fbcdc579b56860651a9b5554f9449ed1e Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Tue, 28 Jun 2011 20:35:13 -0400 Subject: Added gpg-agent OPTION "s2k-count". When unset or 0, the calibrated count will be used. --- agent/t-protect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'agent/t-protect.c') diff --git a/agent/t-protect.c b/agent/t-protect.c index a14e5e1cc..4b6e0b48c 100644 --- a/agent/t-protect.c +++ b/agent/t-protect.c @@ -174,7 +174,7 @@ test_agent_protect (void) { ret = agent_protect ((const unsigned char*)specs[i].key, specs[i].passphrase, - &specs[i].result, &specs[i].resultlen); + &specs[i].result, &specs[i].resultlen, 0); if (gpg_err_code (ret) != specs[i].ret_expected) { printf ("agent_protect() returned `%i/%s'; expected `%i/%s'\n", -- cgit v1.2.3