From: Dr. Stephen Henson Date: Sun, 15 Jan 2006 13:56:06 +0000 (+0000) Subject: Typo. X-Git-Tag: OpenSSL_0_9_8b~41 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=28251e7ff97868ba36a6b55c4ccdcaba8816b4e5;p=oweals%2Fopenssl.git Typo. --- diff --git a/doc/crypto/PKCS7_verify.pod b/doc/crypto/PKCS7_verify.pod index 07c9fdad40..3490b5dc82 100644 --- a/doc/crypto/PKCS7_verify.pod +++ b/doc/crypto/PKCS7_verify.pod @@ -8,7 +8,7 @@ PKCS7_verify - verify a PKCS#7 signedData structure int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store, BIO *indata, BIO *out, int flags); -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); =head1 DESCRIPTION