aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2018-07-05 16:10:55 -0400
committerRich Salz <rsalz@openssl.org>2018-07-05 16:10:55 -0400
commitf27b906703bf933e2efcebfc1225a4c295abd2a0 (patch)
treeac3530a4c885e3a4dab69b43c80b9177da8bb530 /doc
parenta9cf71a3716f8f624b711faa0d5ea391bb26d9f6 (diff)
downloadopenssl-f27b906703bf933e2efcebfc1225a4c295abd2a0.zip
openssl-f27b906703bf933e2efcebfc1225a4c295abd2a0.tar.gz
openssl-f27b906703bf933e2efcebfc1225a4c295abd2a0.tar.bz2
Add missing include file to doc
Reported by Ingo Schwarze Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/6656)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/X509_digest.pod2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/man3/X509_digest.pod b/doc/man3/X509_digest.pod
index ee39345..36b89a6 100644
--- a/doc/man3/X509_digest.pod
+++ b/doc/man3/X509_digest.pod
@@ -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);