diff options
author | Werner Koch <[email protected]> | 1998-10-18 15:21:22 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-10-18 15:21:22 +0000 |
commit | 6e1629686442f357146cce4052a5fa4afd59d232 (patch) | |
tree | c6c7a5df241142ecd0797702a7bf6c3bfc8b6a33 /g10/options.h | |
parent | . (diff) | |
download | gnupg-0-4-2.tar.gz gnupg-0-4-2.zip |
Snapshot release 0.4.2V0-4-2
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 ac7629631..09a33016c 100644 --- a/g10/options.h +++ b/g10/options.h @@ -41,7 +41,7 @@ struct { int no_armor; int list_packets; /* list-packets mode */ int def_cipher_algo; - int reserved1; + int force_v3_sigs; int def_digest_algo; int def_compress_algo; const char *def_secret_key; |