Skip to content

Commit

Permalink
Add missing include file to doc
Browse files Browse the repository at this point in the history
Reported by Ingo Schwarze

Reviewed-by: Matthias St. Pierre <[email protected]>
(Merged from openssl#6656)
  • Loading branch information
Rich Salz committed Jul 5, 2018
1 parent a9cf71a commit f27b906
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/man3/X509_digest.pod
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ PKCS7_ISSUER_AND_SERIAL_digest
int X509_NAME_digest(const X509_NAME *data, const EVP_MD *type,
unsigned char *md, unsigned int *len);

#include <openssl/pkcs7.h>

int PKCS7_ISSUER_AND_SERIAL_digest(PKCS7_ISSUER_AND_SERIAL *data,
const EVP_MD *type, unsigned char *md,
unsigned int *len);
Expand Down

0 comments on commit f27b906

Please sign in to comment.