diff options
Diffstat (limited to 'g10/skclist.c')
-rw-r--r-- | g10/skclist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/skclist.c b/g10/skclist.c index 1f7a3919a..d20afc210 100644 --- a/g10/skclist.c +++ b/g10/skclist.c @@ -122,7 +122,7 @@ build_sk_list( STRLIST locusr, SK_LIST *ret_sk_list, if( sk->version == 4 && (use & PUBKEY_USAGE_SIG) && sk->pubkey_algo == PUBKEY_ALGO_ELGAMAL_E ) { log_info("this is a PGP generated " - "ElGamal key which is NOT secure for signatures!\n"); + "Elgamal key which is NOT secure for signatures!\n"); free_secret_key( sk ); sk = NULL; } else if( random_is_faked() && !is_insecure( sk ) ) { @@ -177,7 +177,7 @@ build_sk_list( STRLIST locusr, SK_LIST *ret_sk_list, if( sk->version == 4 && (use & PUBKEY_USAGE_SIG) && sk->pubkey_algo == PUBKEY_ALGO_ELGAMAL_E ) { log_info(_("skipped `%s': this is a PGP generated " - "ElGamal key which is not secure for signatures!\n"), + "Elgamal key which is not secure for signatures!\n"), locusr->d ); free_secret_key( sk ); sk = NULL; } |