aboutsummaryrefslogtreecommitdiffstats
path: root/g10/pubkey-enc.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2008-10-17 19:18:46 +0000
committerWerner Koch <[email protected]>2008-10-17 19:18:46 +0000
commit0698c5169fca5b7969e6b0fa4de22b693e7fd2e4 (patch)
treeebfa56dde985a7925e9dc6ea60bda96569106718 /g10/pubkey-enc.c
parentReset the context lock flag after a failed dirmngr start which may happend (diff)
downloadgnupg-0698c5169fca5b7969e6b0fa4de22b693e7fd2e4.tar.gz
gnupg-0698c5169fca5b7969e6b0fa4de22b693e7fd2e4.zip
Use more warning options with modern GCCs.
Other minor changes.
Diffstat (limited to 'g10/pubkey-enc.c')
-rw-r--r--g10/pubkey-enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/pubkey-enc.c b/g10/pubkey-enc.c
index b7e76a874..5a8c0c01f 100644
--- a/g10/pubkey-enc.c
+++ b/g10/pubkey-enc.c
@@ -246,7 +246,7 @@ get_it( PKT_pubkey_enc *enc, DEK *dek, PKT_secret_key *sk, u32 *keyid )
log_info(_("cipher algorithm %d%s is unknown or disabled\n"),
dek->algo, dek->algo == CIPHER_ALGO_IDEA? " (IDEA)":"");
if(dek->algo==CIPHER_ALGO_IDEA)
- idea_cipher_warn(0);
+ idea_cipher_warn (0);
}
dek->algo = 0;
goto leave;