aboutsummaryrefslogtreecommitdiffstats
path: root/agent/gpg-agent.c
diff options
context:
space:
mode:
Diffstat (limited to 'agent/gpg-agent.c')
-rw-r--r--agent/gpg-agent.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c
index 7d1ffc614..5b1f155fe 100644
--- a/agent/gpg-agent.c
+++ b/agent/gpg-agent.c
@@ -1326,10 +1326,7 @@ main (int argc, char **argv)
break;
case oAutoExpandSecmem:
- /* Try to enable this option. It will officially only be
- * supported by Libgcrypt 1.9 but 1.8.2 already supports it
- * on the quiet and thus we use the numeric value value. */
- gcry_control (78 /*GCRYCTL_AUTO_EXPAND_SECMEM*/,
+ gcry_control (GCRYCTL_AUTO_EXPAND_SECMEM,
(unsigned int)pargs.r.ret_ulong, 0);
break;