diff options
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index 312068e41..0476aa97d 100644 --- a/g10/options.h +++ b/g10/options.h @@ -91,6 +91,8 @@ struct { int ignore_time_conflict; int command_fd; int auto_key_retrieve; + const char *override_session_key; + int show_session_key; } opt; |