1
0
Fork 0
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:
David Shaw 2001-12-17 22:48:52 +00:00
parent 30481e5a17
commit 0335a5f458
9 changed files with 72 additions and 53 deletions

View file

@ -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));