summaryrefslogtreecommitdiff
path: root/lib/x509
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-12-12 08:48:24 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-12-12 08:48:39 +0100
commitc4d0bcb993f3b8f22904a278c6939fd97eb687ea (patch)
treebb9172d8527610b89bce921c93b84af48dac2757 /lib/x509
parentf5e3698fcc73554cafa03ee8565e5f403f921a48 (diff)
downloadgnutls-c4d0bcb993f3b8f22904a278c6939fd97eb687ea.tar.gz
gnutls_pkcs12_simple_parse: doc update
Diffstat (limited to 'lib/x509')
-rw-r--r--lib/x509/pkcs12.c2
1 files changed, 1 insertions, 1 deletions
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)