diff options
author | Werner Koch <[email protected]> | 1998-07-08 09:29:43 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-07-08 09:29:43 +0000 |
commit | 5aed77d1dbd95a8a0be4d579fd023775ddc85223 (patch) | |
tree | e9b043aa908c90590b4d2f78639fd24b0a2b83c7 /g10/options.h | |
parent | Added new key infos (diff) | |
download | gnupg-5aed77d1dbd95a8a0be4d579fd023775ddc85223.tar.gz gnupg-5aed77d1dbd95a8a0be4d579fd023775ddc85223.zip |
fixed clearsig stuff
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; |