From: Rich Salz Date: Thu, 5 Jul 2018 20:10:55 +0000 (-0400) Subject: Add missing include file to doc X-Git-Tag: OpenSSL_1_1_1-pre9~194 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=f27b906703bf933e2efcebfc1225a4c295abd2a0 Add missing include file to doc Reported by Ingo Schwarze Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/6656) --- diff --git a/doc/man3/X509_digest.pod b/doc/man3/X509_digest.pod index ee393450f1..36b89a6616 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 + int PKCS7_ISSUER_AND_SERIAL_digest(PKCS7_ISSUER_AND_SERIAL *data, const EVP_MD *type, unsigned char *md, unsigned int *len);