]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
documented the GNUTLS_X509_OID_POLICY_ANY macro
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 5 Apr 2017 08:29:32 +0000 (10:29 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 6 Apr 2017 10:57:07 +0000 (12:57 +0200)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
lib/x509/x509_ext.c

index ca190d36ed258cce8a22dc47ddf9617e76465403..94b068e3af47e276dba202edd0c9660fbaf82ba7 100644 (file)
@@ -1799,6 +1799,8 @@ void gnutls_x509_policies_deinit(gnutls_x509_policies_t policies)
  * the @policies type. The returned values should be treated as constant
  * and valid for the lifetime of @policies.
  *
+ * The any policy OID is available as the %GNUTLS_X509_OID_POLICY_ANY macro.
+ *
  * 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.
  *