diff options
| author | David Shaw <[email protected]> | 2002-09-24 21:20:48 +0000 |
|---|---|---|
| committer | David Shaw <[email protected]> | 2002-09-24 21:20:48 +0000 |
| commit | 7ad7f453c0e93133d5f958f9906d58db535b59c2 (patch) | |
| tree | f56498a33e60b5a4f53faafd0bf47e6ec55e0048 /g10/sig-check.c | |
| parent | * http.c (connect_server): Try all A records for names with multiple (diff) | |
| download | gnupg-7ad7f453c0e93133d5f958f9906d58db535b59c2.tar.gz gnupg-7ad7f453c0e93133d5f958f9906d58db535b59c2.zip | |
* import.c (import_keys_stream): Fix compiler type warning.
* keyring.c (keyring_rebuild_cache), sig-check.c (check_key_signature2),
import.c (import, chk_self_sigs): Minor language cleanups.
Diffstat (limited to 'g10/sig-check.c')
| -rw-r--r-- | g10/sig-check.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/g10/sig-check.c b/g10/sig-check.c index e4e3b766b..afcce2744 100644 --- a/g10/sig-check.c +++ b/g10/sig-check.c @@ -547,7 +547,7 @@ check_key_signature2( KBNODE root, KBNODE node, int *is_selfsig, else { if (!opt.quiet) log_info (_("key %08lX: no subkey for subkey " - "revocation packet\n"), + "revocation signature\n"), (ulong)keyid_from_pk (pk, NULL)); rc = G10ERR_SIG_CLASS; } @@ -572,8 +572,8 @@ check_key_signature2( KBNODE root, KBNODE node, int *is_selfsig, } else { if (!opt.quiet) - log_info ("key %08lX: no subkey for subkey binding packet\n", - (ulong)keyid_from_pk (pk, NULL)); + log_info ("key %08lX: no subkey for subkey " + "binding signature\n",(ulong)keyid_from_pk(pk,NULL)); rc = G10ERR_SIG_CLASS; } } |
