[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Thu Jul 5 20:24:04 UTC 2018
The branch master has been updated
via f27b906703bf933e2efcebfc1225a4c295abd2a0 (commit)
from a9cf71a3716f8f624b711faa0d5ea391bb26d9f6 (commit)
- Log -----------------------------------------------------------------
commit f27b906703bf933e2efcebfc1225a4c295abd2a0
Author: Rich Salz <rsalz at openssl.org>
Date: Thu Jul 5 16:10:55 2018 -0400
Add missing include file to doc
Reported by Ingo Schwarze
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/6656)
-----------------------------------------------------------------------
Summary of changes:
doc/man3/X509_digest.pod | 2 ++
1 file changed, 2 insertions(+)
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);
More information about the openssl-commits
mailing list