]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc update
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 8 Sep 2014 14:27:01 +0000 (16:27 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 8 Sep 2014 14:52:45 +0000 (16:52 +0200)
lib/x509/x509_ext.c

index 6d7421e4394d8c2e28d379b646392d9e7e3ffbfc..afbc6e9951cc44555ff56a83f4f34afa86271ee3 100644 (file)
@@ -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.