diff options
author | Werner Koch <[email protected]> | 1998-01-07 20:47:46 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-01-07 20:47:46 +0000 |
commit | 762d3d7197f622296ea5360a73c46c88dcd26308 (patch) | |
tree | cfd34485dc436ef861b4f625d20388f3776c232e /g10/options.h | |
parent | patch release 0.1.1 (diff) | |
download | gnupg-762d3d7197f622296ea5360a73c46c88dcd26308.tar.gz gnupg-762d3d7197f622296ea5360a73c46c88dcd26308.zip |
patchlevel 2
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/g10/options.h b/g10/options.h index 31aa95522..0df1f41ea 100644 --- a/g10/options.h +++ b/g10/options.h @@ -36,9 +36,9 @@ struct { int list_sigs; /* list signatures */ int no_armor; int list_packets; /* list-packets mode */ - int reserved6; - int reserved7; - int reserved8; + int def_cipher_algo; + int def_pubkey_algo; + int def_digest_algo; int reserved9; int reserved10; int reserved11; |