1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Add OPTION:cache-ttl-opt-preset to gpg-agent.

This option may be used to change the default ttl values use with the
--preset option of GENKEY and PASSWD.
This commit is contained in:
Werner Koch 2011-04-21 15:40:48 +02:00
parent dd491d290a
commit 4caa768f1d
6 changed files with 31 additions and 7 deletions

View file

@ -1315,6 +1315,7 @@ agent_init_default_ctrl (ctrl_t ctrl)
ctrl->lc_messages = default_lc_messages? xtrystrdup (default_lc_messages)
/**/ : NULL;
ctrl->cache_ttl_opt_preset = CACHE_TTL_OPT_PRESET;
}