From: Nikos Mavrogiannopoulos Date: Sat, 5 Jan 2013 19:02:11 +0000 (+0100) Subject: doc fix X-Git-Tag: gnutls_3_1_7~119 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=786301d0946a4da1c8b63a10edebccbec180d3bd;p=thirdparty%2Fgnutls.git doc fix --- diff --git a/lib/x509/pkcs12.c b/lib/x509/pkcs12.c index 49c66bd76a..74cbc7ff94 100644 --- a/lib/x509/pkcs12.c +++ b/lib/x509/pkcs12.c @@ -1399,21 +1399,21 @@ skip: * private key, the corresponding certificate chain, and any additional * certificates and a CRL. * - * The @extra_certs_ret and @extra_certs_ret_len parameters are optional + * The @extra_certs_ret and @extra_certs_len parameters are optional * and both may be set to %NULL. If either is non-%NULL, then both must - * be. + * be set. * * Encrypted PKCS#12 bags and PKCS#8 private keys are supported. However, * only password based security, and the same password for all * operations, are supported. * - * PKCS#12 file may contain many keys and/or certificates, and there + * A PKCS#12 file may contain many keys and/or certificates, and there * is no way to identify which key/certificate pair you want. You * should make sure the PKCS#12 file only contain one key/certificate * pair and/or one CRL. * - * It is believed that the limitations of this function is acceptable - * for most usage, and that any more flexibility would introduce + * It is believed that the limitations of this function are acceptable + * for common usage, and that any more flexibility would introduce * complexity that would make it harder to use this functionality at * all. *