summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-09-08 16:27:01 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-09-08 16:52:45 +0200
commit6684747f48fbfe050cd751445eab646b3f0ee02c (patch)
treee6be84888c2e88a7458e6c04381f35e2e5d66abc /lib
parent9c1f6d11cda25d1b6bd47927e4f9f686e54e987a (diff)
downloadgnutls-6684747f48fbfe050cd751445eab646b3f0ee02c.tar.gz
doc update
Diffstat (limited to 'lib')
-rw-r--r--lib/x509/x509_ext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/x509/x509_ext.c b/lib/x509/x509_ext.c
index 6d7421e439..afbc6e9951 100644
--- a/lib/x509/x509_ext.c
+++ b/lib/x509/x509_ext.c
@@ -2880,7 +2880,7 @@ int gnutls_x509_key_purpose_set(gnutls_x509_key_purposes_t p, const char *oid)
* @oid: Will hold the object identifier of the key purpose (to be treated as constant)
*
* This function will retrieve the specified by the index key purpose in the
- * purposes structure.
+ * purposes structure. The object identifier will be a null terminated string.
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, %GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE
* if the index is out of bounds, otherwise a negative error value.