diff options
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/options.h b/g10/options.h index 02c49c4e5..5168a788f 100644 --- a/g10/options.h +++ b/g10/options.h @@ -234,7 +234,8 @@ struct int ignore_expiration; int command_fd; const char *override_session_key; - int show_session_key; + unsigned int show_session_key:1; + unsigned int show_only_session_key:1; const char *gpg_agent_info; int try_all_secrets; |