diff options
author | Werner Koch <[email protected]> | 2017-06-20 06:31:07 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-06-23 10:01:20 +0000 |
commit | e0877a98a06de797184d3871545979887d5c2b38 (patch) | |
tree | f1088568dda0c29a8deec9568fbf0f36c15b853e /sm/encrypt.c | |
parent | gpg: Close cached keydb handle in gpgv. (diff) | |
download | gnupg-e0877a98a06de797184d3871545979887d5c2b38.tar.gz gnupg-e0877a98a06de797184d3871545979887d5c2b38.zip |
indent,i18n: Make some new strings translatable. Wrap too long lines.
--
Diffstat (limited to 'sm/encrypt.c')
-rw-r--r-- | sm/encrypt.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sm/encrypt.c b/sm/encrypt.c index 9957bb90f..2819a22b5 100644 --- a/sm/encrypt.c +++ b/sm/encrypt.c @@ -407,9 +407,9 @@ gpgsm_encrypt (ctrl_t ctrl, certlist_t recplist, int data_fd, estream_t out_fp) } /* Check compliance. */ - if (! gnupg_cipher_is_allowed (opt.compliance, 1, - gcry_cipher_map_name (opt.def_cipher_algoid), - gcry_cipher_mode_from_oid (opt.def_cipher_algoid))) + if (!gnupg_cipher_is_allowed + (opt.compliance, 1, gcry_cipher_map_name (opt.def_cipher_algoid), + gcry_cipher_mode_from_oid (opt.def_cipher_algoid))) { log_error (_("you may not use cipher algorithm '%s'" " while in %s mode\n"), |