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 ecbc3fe08..d565e09d9 100644 --- a/g10/options.h +++ b/g10/options.h @@ -109,6 +109,7 @@ struct { int use_temp_files:1; int keep_temp_files:1; int refresh_add_fake_v3_keyids:1; + int auto_key_retrieve:1; STRLIST other; } keyserver_options; int exec_disable; @@ -133,7 +134,6 @@ struct { int ignore_valid_from; int ignore_crc_error; int command_fd; - int auto_key_retrieve; const char *override_session_key; int show_session_key; int use_agent; |