mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
sm: Fix annoying warning about not yet implemented --attribute.
-- Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
aecc008acb
commit
549998d1d0
1 changed files with 2 additions and 1 deletions
|
@ -752,7 +752,8 @@ gpgsm_sign (ctrl_t ctrl, certlist_t signerlist,
|
|||
goto leave;
|
||||
}
|
||||
#else
|
||||
log_info ("Note: option --attribute is ignored by this version\n");
|
||||
if (opt.attributes)
|
||||
log_info ("Note: option --attribute is ignored by this version\n");
|
||||
#endif /*ksba >= 1.4.0 */
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue