Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
snhenson committed Jan 15, 2006
1 parent 217382d commit 28251e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/crypto/PKCS7_verify.pod
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 28251e7

Please sign in to comment.