diff options
author | David Shaw <[email protected]> | 2004-02-26 02:03:27 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2004-02-26 02:03:27 +0000 |
commit | f2148f03c55bf5a814aeb61b7d853ba12b6132b3 (patch) | |
tree | dc4e1c8fe2bf64930ca4ed53e7faa2908cf50bb9 /g10/sig-check.c | |
parent | * gpgkeys_ldap.c (send_key): List pgpCertID as one of the deleted (diff) | |
download | gnupg-f2148f03c55bf5a814aeb61b7d853ba12b6132b3.tar.gz gnupg-f2148f03c55bf5a814aeb61b7d853ba12b6132b3.zip |
* delkey.c (do_delete_key): Allow deleting a public key with a secret
present if --expert is set.
* plaintext.c (handle_plaintext): Make bytecount static so it works with
multiple literal packets inside a message.
* encode.c, helptext.c (keygen.algo, keygen.algo.elg_se), keygen.c
(ask_algo), sig-check.c (do_check_messages), skclist.c (build_sk_list):
Rename "ElGamal" to "Elgamal" as that is the proper spelling nowadays.
Suggested by Jon Callas.
Diffstat (limited to 'g10/sig-check.c')
-rw-r--r-- | g10/sig-check.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/sig-check.c b/g10/sig-check.c index 606035d29..eb3664134 100644 --- a/g10/sig-check.c +++ b/g10/sig-check.c @@ -144,7 +144,7 @@ do_check_messages( PKT_public_key *pk, PKT_signature *sig, *r_revoked = 0; if( pk->version == 4 && pk->pubkey_algo == PUBKEY_ALGO_ELGAMAL_E ) { log_info(_("key %08lX: this is a PGP generated " - "ElGamal key which is NOT secure for signatures!\n"), + "Elgamal key which is NOT secure for signatures!\n"), (ulong)keyid_from_pk(pk,NULL)); return G10ERR_PUBKEY_ALGO; } |