summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-04-05 10:29:32 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-04-05 15:05:21 +0200
commit9d4671e191cbee71e0893a67202a3ad91e7da59a (patch)
treec97169f3701b053b25a1693520238384a5f8d807
parentf79f5041264ed9a5b69280b2812d975028fc5eeb (diff)
downloadgnutls-9d4671e191cbee71e0893a67202a3ad91e7da59a.tar.gz
documented the GNUTLS_X509_OID_POLICY_ANY macro
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--lib/x509/x509_ext.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/x509/x509_ext.c b/lib/x509/x509_ext.c
index ca190d36ed..94b068e3af 100644
--- a/lib/x509/x509_ext.c
+++ b/lib/x509/x509_ext.c
@@ -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.
*