diff options
Diffstat (limited to 'sm/sign.c')
-rw-r--r-- | sm/sign.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -391,7 +391,7 @@ gpgsm_sign (ctrl_t ctrl, certlist_t signerlist, goto leave; } - /* Although we don't check for ambigious specification we will + /* Although we don't check for ambiguous specification we will check that the signer's certificate is usable and valid. */ rc = gpgsm_cert_use_sign_p (cert); if (!rc) |