diff options
author | David Shaw <[email protected]> | 2003-11-30 00:33:27 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2003-11-30 00:33:27 +0000 |
commit | 3c0eb7790b736a3df072fdd2519eebc055cef450 (patch) | |
tree | b74fd772a082295f3717c1610fee0b08c3e9b056 /g10/revoke.c | |
parent | post release version number bumb (diff) | |
download | gnupg-3c0eb7790b736a3df072fdd2519eebc055cef450.tar.gz gnupg-3c0eb7790b736a3df072fdd2519eebc055cef450.zip |
* trustdb.c (validate_keys): Reset the trustdb before checking if we have
any ultimately trusted keys. This ensures that if we lose all our
ultimately trusted keys, we don't leave behind the old validity
calculations. Noted by Peter Palfrader.
* revoke.c (gen_desig_revoke): Specify in the comment when a designated
revocation is generated.
* getkey.c (merge_selfsigs_main, merge_selfsigs_subkey,
get_seckey_byname2): Remove Elgamal check since we are removing type 20
keys altogether.
Diffstat (limited to '')
-rw-r--r-- | g10/revoke.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/revoke.c b/g10/revoke.c index 51dfea20a..d33e2f4b7 100644 --- a/g10/revoke.c +++ b/g10/revoke.c @@ -294,7 +294,7 @@ gen_desig_revoke( const char *uname ) goto leave; afx.what = 1; - afx.hdrlines = "Comment: A revocation certificate should follow\n"; + afx.hdrlines = "Comment: A designated revocation certificate should follow\n"; iobuf_push_filter( out, armor_filter, &afx ); /* create it */ |