diff options
author | Werner Koch <[email protected]> | 2022-11-25 08:21:58 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2022-11-25 08:26:30 +0000 |
commit | d70779bdc60c40c895dcdcb846c10a7b9703263b (patch) | |
tree | af444b06d79a66fb356bcf36056bf371d5d7f06f /sm/verify.c | |
parent | tests: Fix to support --enable-all-tests and variants. (diff) | |
download | gnupg-d70779bdc60c40c895dcdcb846c10a7b9703263b.tar.gz gnupg-d70779bdc60c40c895dcdcb846c10a7b9703263b.zip |
dirmngr: Silence ocsp debug output.
* dirmngr/ocsp.c (check_signature_core): No debug output
--
Also typo and doc fixes.
Diffstat (limited to 'sm/verify.c')
-rw-r--r-- | sm/verify.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sm/verify.c b/sm/verify.c index 10d5d5c35..2e40c021f 100644 --- a/sm/verify.c +++ b/sm/verify.c @@ -634,8 +634,8 @@ gpgsm_verify (ctrl_t ctrl, int in_fd, int data_fd, estream_t out_fp) /* FIXME: INFO_PKALGO correctly shows ECDSA but PKALGO is then * ECC. We should use the ECDSA here and need to find a way to - * figure this oult without using the bodus assumtion in - * gpgsm_check_cms_signature that ECC is alwas ECDSA. */ + * figure this out without using the bogus assumption in + * gpgsm_check_cms_signature that ECC is always ECDSA. */ fpr = gpgsm_get_fingerprint_hexstring (cert, GCRY_MD_SHA1); tstr = strtimestamp_r (sigtime); |