diff options
author | David Shaw <[email protected]> | 2005-05-14 02:38:31 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2005-05-14 02:38:31 +0000 |
commit | c5fa20dba312d0c6596ecf83414a8e83d7dab584 (patch) | |
tree | 993f3f4506052ff66547da2caa5d765c106a9e8b /g10/options.h | |
parent | * keygen.c (write_selfsigs): Rename from write_selfsig. Write the same (diff) | |
download | gnupg-c5fa20dba312d0c6596ecf83414a8e83d7dab584.tar.gz gnupg-c5fa20dba312d0c6596ecf83414a8e83d7dab584.zip |
* build-packet.c (do_comment): Removed. (build_packet): Ignore
comment packets.
* export.c (do_export_stream): Don't export comment packets any
longer.
* options.h, g10.c (main): Remove --sk-comments and --no-sk-comments
options, and replace with no-op.
Diffstat (limited to '')
-rw-r--r-- | g10/options.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/g10/options.h b/g10/options.h index 294dec8bc..deedc561b 100644 --- a/g10/options.h +++ b/g10/options.h @@ -80,7 +80,6 @@ struct int def_cert_level; int min_cert_level; int ask_cert_level; - int sk_comments; int no_version; int marginals_needed; int completes_needed; |