From f2148f03c55bf5a814aeb61b7d853ba12b6132b3 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Thu, 26 Feb 2004 02:03:27 +0000 Subject: * 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. --- g10/encode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'g10/encode.c') diff --git a/g10/encode.c b/g10/encode.c index f841dc97b..67b7ace52 100644 --- a/g10/encode.c +++ b/g10/encode.c @@ -802,7 +802,7 @@ write_pubkey_enc_from_list( PK_LIST pk_list, DEK *dek, IOBUF out ) * algorithm number PK->PUBKEY_ALGO and pass it to pubkey_encrypt * which returns the encrypted value in the array ENC->DATA. * This array has a size which depends on the used algorithm - * (e.g. 2 for ElGamal). We don't need frame anymore because we + * (e.g. 2 for Elgamal). We don't need frame anymore because we * have everything now in enc->data which is the passed to * build_packet() */ -- cgit