summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-09-08 16:27:01 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-09-15 14:03:51 +0200
commit54edbad8bacceecbe714cef4b4af6b27381478ec (patch)
tree5ec8cd19d75bfb477ec55c8cbf7e30f18694cd13
parent1acc91fe71a670e2c7610007b9d9069058e224cc (diff)
downloadgnutls-54edbad8bacceecbe714cef4b4af6b27381478ec.tar.gz
doc update
-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.