From: Nikos Mavrogiannopoulos Date: Mon, 8 Sep 2014 14:27:01 +0000 (+0200) Subject: doc update X-Git-Tag: gnutls_3_4_0~959 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6684747f48fbfe050cd751445eab646b3f0ee02c;p=thirdparty%2Fgnutls.git doc update --- 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.