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 1e34ced08..8ad0a4205 100644 --- a/g10/options.h +++ b/g10/options.h @@ -37,7 +37,7 @@ struct { int no_armor; int list_packets; /* list-packets mode */ int def_cipher_algo; - int def_pubkey_algo; + int reserved; int def_digest_algo; int def_compress_algo; int no_comment; |