diff options
author | Werner Koch <[email protected]> | 1998-11-10 12:59:59 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-11-10 12:59:59 +0000 |
commit | b076ce302189d619d170089f70afdb72dd0bf967 (patch) | |
tree | 736281f795268c3f712ed29167e21bc9078fc698 /g10/seckey-cert.c | |
parent | ready to release 0.4.3 (diff) | |
download | gnupg-b076ce302189d619d170089f70afdb72dd0bf967.tar.gz gnupg-b076ce302189d619d170089f70afdb72dd0bf967.zip |
Some bug fixes of the last release
Diffstat (limited to 'g10/seckey-cert.c')
-rw-r--r-- | g10/seckey-cert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/seckey-cert.c b/g10/seckey-cert.c index d43f8619d..c7e0038e5 100644 --- a/g10/seckey-cert.c +++ b/g10/seckey-cert.c @@ -212,7 +212,7 @@ protect_secret_key( PKT_secret_key *sk, DEK *dek ) cipher_hd = cipher_open( sk->protect.algo, CIPHER_MODE_AUTO_CFB, 1 ); if( cipher_setkey( cipher_hd, dek->key, dek->keylen ) ) - log_info(_("Warning: Weak key detected" + log_info(_("WARNING: Weak key detected" " - please change passphrase again.\n")); cipher_setiv( cipher_hd, NULL ); cipher_encrypt( cipher_hd, sk->protect.iv, sk->protect.iv, 8 ); |