From e0877a98a06de797184d3871545979887d5c2b38 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 20 Jun 2017 08:31:07 +0200 Subject: indent,i18n: Make some new strings translatable. Wrap too long lines. -- --- sm/gpgsm.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'sm/gpgsm.c') diff --git a/sm/gpgsm.c b/sm/gpgsm.c index 5277140f2..4e337fe8c 100644 --- a/sm/gpgsm.c +++ b/sm/gpgsm.c @@ -1625,11 +1625,13 @@ main ( int argc, char **argv) GCRY_CIPHER_MODE_NONE) && ! gnupg_cipher_is_allowed (opt.compliance, cmd == aEncr || cmd == aSignEncr, - gcry_cipher_mode_from_oid (opt.def_cipher_algoid), + gcry_cipher_mode_from_oid + (opt.def_cipher_algoid), GCRY_CIPHER_MODE_NONE)) log_error (_("you may not use cipher algorithm '%s'" " while in %s mode\n"), - opt.def_cipher_algoid, gnupg_compliance_option_string (opt.compliance)); + opt.def_cipher_algoid, + gnupg_compliance_option_string (opt.compliance)); if (forced_digest_algo && ! gnupg_digest_is_allowed (opt.compliance, @@ -1639,7 +1641,8 @@ main ( int argc, char **argv) opt.forced_digest_algo)) log_error (_("you may not use digest algorithm '%s'" " while in %s mode\n"), - forced_digest_algo, gnupg_compliance_option_string (opt.compliance)); + forced_digest_algo, + gnupg_compliance_option_string (opt.compliance)); if (extra_digest_algo && ! gnupg_digest_is_allowed (opt.compliance, @@ -1649,7 +1652,8 @@ main ( int argc, char **argv) opt.extra_digest_algo)) log_error (_("you may not use digest algorithm '%s'" " while in %s mode\n"), - forced_digest_algo, gnupg_compliance_option_string (opt.compliance)); + forced_digest_algo, + gnupg_compliance_option_string (opt.compliance)); if (log_get_errorcount(0)) gpgsm_exit(2); -- cgit v1.2.3