Hi there,

since I stumbled over a typo in a manpage for the second time now I'd like to help fixing it. PKCS7_get0_signers does not return an int but a STACK_OF(X509) *.
See the diff.

Hope it helps.
Ted
;)


11c11
< int PKCS7_get0_signers(PKCS7 *p7, STACK_OF(X509) *certs, int flags);
---
> STACK_OF(X509) *PKCS7_get0_signers(PKCS7 *p7, STACK_OF(X509) *certs, int flags);

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to