summaryrefslogtreecommitdiff
path: root/lib/x509/pkcs7.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-03-29 09:56:00 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-03-29 09:56:00 +0000
commit88de079532224c45c4abcbae3164ddedf66d019b (patch)
tree841923baafbb2f4cb01c804eebf8a01f3b232200 /lib/x509/pkcs7.c
parent630f302b61209da64c0efaa893969587af512758 (diff)
downloadgnutls-88de079532224c45c4abcbae3164ddedf66d019b.tar.gz
*** empty log message ***
Diffstat (limited to 'lib/x509/pkcs7.c')
-rw-r--r--lib/x509/pkcs7.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/x509/pkcs7.c b/lib/x509/pkcs7.c
index c756eb4825..1257233e87 100644
--- a/lib/x509/pkcs7.c
+++ b/lib/x509/pkcs7.c
@@ -535,7 +535,7 @@ int gnutls_pkcs7_set_certificate(gnutls_pkcs7 pkcs7,
* @indx: the index of the certificate to delete
*
* This function will delete a certificate from a PKCS7 or RFC2630 certificate set.
- * Index starts from 1. Returns 0 on success.
+ * Index starts from 0. Returns 0 on success.
*
**/
int gnutls_pkcs7_delete_certificate(gnutls_pkcs7 pkcs7, int indx)
@@ -778,7 +778,7 @@ int gnutls_pkcs7_set_crl(gnutls_pkcs7 pkcs7,
* @indx: the index of the crl to delete
*
* This function will delete a crl from a PKCS7 or RFC2630 crl set.
- * Index starts from 1. Returns 0 on success.
+ * Index starts from 0. Returns 0 on success.
*
**/
int gnutls_pkcs7_delete_crl(gnutls_pkcs7 pkcs7, int indx)