mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-18 14:17:03 +01: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
@ -752,7 +752,8 @@ gpgsm_sign (ctrl_t ctrl, certlist_t signerlist,
|
|||||||
goto leave;
|
goto leave;
|
||||||
}
|
}
|
||||||
#else
|
#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 */
|
#endif /*ksba >= 1.4.0 */
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user