mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
s/CACHE_MODE_IMPGEN/CACHE_MODE_NONCE/.
Prepare for more use cases of the cache nonce.
This commit is contained in:
parent
9a9b3da58f
commit
31bc3c8edd
10 changed files with 55 additions and 33 deletions
|
@ -769,7 +769,7 @@ convert_openpgp (ctrl_t ctrl, gcry_sexp_t s_pgp,
|
|||
void *cache_marker = NULL;
|
||||
const char *cache_value;
|
||||
|
||||
cache_value = agent_get_cache (cache_nonce, CACHE_MODE_IMPGEN,
|
||||
cache_value = agent_get_cache (cache_nonce, CACHE_MODE_NONCE,
|
||||
&cache_marker);
|
||||
if (cache_value)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue