mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Fix capitalization issues
This commit is contained in:
parent
30481e5a17
commit
0335a5f458
9 changed files with 72 additions and 53 deletions
|
@ -431,7 +431,8 @@ proc_encrypted( CTX c, PACKET *pkt )
|
|||
else if ( check_cipher_algo(CIPHER_ALGO_IDEA) ) {
|
||||
algo = opt.def_cipher_algo;
|
||||
if (!algo)
|
||||
algo = opt.s2k_cipher_algo;;
|
||||
algo = opt.s2k_cipher_algo;
|
||||
idea_cipher_warn();
|
||||
log_info (_("IDEA cipher unavailable, "
|
||||
"optimistically attempting to use %s instead\n"),
|
||||
cipher_algo_to_string(algo));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue