Add missing include file to doc
authorRich Salz <rsalz@openssl.org>
Thu, 5 Jul 2018 20:10:55 +0000 (16:10 -0400)
committerRich Salz <rsalz@openssl.org>
Thu, 5 Jul 2018 20:10:55 +0000 (16:10 -0400)
Reported by Ingo Schwarze

Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/6656)

doc/man3/X509_digest.pod

index ee393450f1c3a5a02d08ff63210a44c75d57d429..36b89a661617bcf9272221ea871f464596666bab 100644 (file)
@@ -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);