On Mon, 2022-12-12 at 14:17 +0000, Paul Durrant wrote: > Shouldn't this be (sz - i)?
Turns out I hate that loop. Have refactored it to be while (sz) { ... sz -= len; ... }. Thanks.
smime.p7s
Description: S/MIME cryptographic signature
On Mon, 2022-12-12 at 14:17 +0000, Paul Durrant wrote: > Shouldn't this be (sz - i)?
Turns out I hate that loop. Have refactored it to be while (sz) { ... sz -= len; ... }. Thanks.
smime.p7s
Description: S/MIME cryptographic signature