From: Nikos Mavrogiannopoulos Date: Fri, 12 Dec 2014 07:48:24 +0000 (+0100) Subject: gnutls_pkcs12_simple_parse: doc update X-Git-Tag: gnutls_3_4_0~474 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4d0bcb993f3b8f22904a278c6939fd97eb687ea;p=thirdparty%2Fgnutls.git gnutls_pkcs12_simple_parse: doc update --- diff --git a/lib/x509/pkcs12.c b/lib/x509/pkcs12.c index fa26a46b65..6391a40017 100644 --- a/lib/x509/pkcs12.c +++ b/lib/x509/pkcs12.c @@ -1395,7 +1395,7 @@ static int make_chain(gnutls_x509_crt_t ** chain, unsigned int *chain_len, /** * gnutls_pkcs12_simple_parse: - * @pkcs12: should contain a gnutls_pkcs12_t structure + * @p12: should contain a gnutls_pkcs12_t structure * @password: optional password used to decrypt the structure, bags and keys. * @key: a structure to store the parsed private key. * @chain: the corresponding to key certificate chain (may be %NULL)