summaryrefslogtreecommitdiff
path: root/lib/x509/dn.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-19 22:02:00 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-19 22:02:00 +0100
commit04975161925c0a5372c4006d553f0263571fda90 (patch)
treef666ba05d0fd57fe468d29b3dd63f0d5c2c3a6ca /lib/x509/dn.c
parente08948f813ac8880a5005677c69806f647a86869 (diff)
downloadgnutls-04975161925c0a5372c4006d553f0263571fda90.tar.gz
doc update
Diffstat (limited to 'lib/x509/dn.c')
-rw-r--r--lib/x509/dn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/x509/dn.c b/lib/x509/dn.c
index 9506969f5a..ee37213426 100644
--- a/lib/x509/dn.c
+++ b/lib/x509/dn.c
@@ -796,7 +796,7 @@ _gnutls_x509_write_attribute (const char *given_oid,
/* Decodes an X.509 Attribute (if multi==1) or an AttributeTypeAndValue
* otherwise.
*
- * octet_string should be non (0) if we are to decode octet strings after
+ * octet_string should be non-zero if we are to decode octet strings after
* decoding.
*
* The output is allocated and stored in value.
@@ -1075,7 +1075,7 @@ gnutls_x509_rdn_get (const gnutls_datum_t * idn,
* @oid: an Object Identifier
* @indx: In case multiple same OIDs exist in the RDN indicates which
* to send. Use 0 for the first one.
- * @raw_flag: If non (0) then the raw DER data are returned.
+ * @raw_flag: If non-zero then the raw DER data are returned.
* @buf: a pointer to a structure to hold the peer's name
* @sizeof_buf: holds the size of @buf
*