aboutsummaryrefslogtreecommitdiffstats
path: root/agent/t-protect.c
diff options
context:
space:
mode:
authorBen Kibbey <[email protected]>2011-06-29 00:35:13 +0000
committerWerner Koch <[email protected]>2011-06-29 11:17:25 +0000
commit137e3a0fbcdc579b56860651a9b5554f9449ed1e (patch)
tree26b354dda466de882f4c0bd50d576c67393f2f6a /agent/t-protect.c
parentFixed an URL typo in the FAQ. (diff)
downloadgnupg-137e3a0fbcdc579b56860651a9b5554f9449ed1e.tar.gz
gnupg-137e3a0fbcdc579b56860651a9b5554f9449ed1e.zip
Added gpg-agent OPTION "s2k-count".
When unset or 0, the calibrated count will be used.
Diffstat (limited to 'agent/t-protect.c')
-rw-r--r--agent/t-protect.c2
1 files changed, 1 insertions, 1 deletions
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",