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 8ad0a4205..0929be328 100644 --- a/g10/options.h +++ b/g10/options.h @@ -37,9 +37,10 @@ struct { int no_armor; int list_packets; /* list-packets mode */ int def_cipher_algo; - int reserved; + int do_not_export_rsa; int def_digest_algo; int def_compress_algo; + const char *def_secret_key; int no_comment; int marginals_needed; int completes_needed; |