diff options
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/options.h b/g10/options.h index 282130085..d36db1a79 100644 --- a/g10/options.h +++ b/g10/options.h @@ -184,7 +184,7 @@ struct int command_fd; const char *override_session_key; int show_session_key; - int use_agent; + const char *gpg_agent_info; int try_all_secrets; int no_expensive_trust_checks; |