diff options
author | Werner Koch <[email protected]> | 1997-12-09 12:46:23 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1997-12-09 12:46:23 +0000 |
commit | 935965049d424d3bb69efb672f9f44c36e7cbcb6 (patch) | |
tree | 37113923fa101828e1b43a8a71b9a85e17cd82a8 /g10/options.h | |
parent | detached signatures are working (diff) | |
download | gnupg-935965049d424d3bb69efb672f9f44c36e7cbcb6.tar.gz gnupg-935965049d424d3bb69efb672f9f44c36e7cbcb6.zip |
fingerprints and self signatures added
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/options.h b/g10/options.h index 2b65db20c..a23412fc8 100644 --- a/g10/options.h +++ b/g10/options.h @@ -32,8 +32,8 @@ struct { int answer_no; /* answer no on most questions */ int check_sigs; /* check key signatures */ int cache_all; - int detached_sig; - int reserved3; + int fingerprint; /* list fingerprints */ + int list_sigs; /* list signatures */ int reserved4; int reserved5; int reserved6; |