From dd5044d1e1c560a56e338dcf995dbbcc6347e6f4 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Mon, 27 Mar 2017 17:28:08 +0200 Subject: doc update Signed-off-by: Nikos Mavrogiannopoulos --- lib/x509/pkcs12.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/x509/pkcs12.c b/lib/x509/pkcs12.c index 1690be323f..2e52ee9c41 100644 --- a/lib/x509/pkcs12.c +++ b/lib/x509/pkcs12.c @@ -1411,7 +1411,8 @@ static int make_chain(gnutls_x509_crt_t ** chain, unsigned int *chain_len, * * This function parses a PKCS12 structure in @pkcs12 and extracts the * private key, the corresponding certificate chain, any additional - * certificates and a CRL. + * certificates and a CRL. The structures in @key, @chain @crl, and @extra_certs + * must not be initialized. * * The @extra_certs and @extra_certs_len parameters are optional * and both may be set to %NULL. If either is non-%NULL, then both must -- cgit v1.2.1