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-06 12:57:07 +0200
commitdcaa4a4a9077e823202a8a1e6516aa87d3e09718 (patch)
treee85836334985ac8e4b0d41444c256c5303745b43
parentaa9d9ad6384e7b564eeb9f1f807b1c222e876357 (diff)
downloadgnutls-dcaa4a4a9077e823202a8a1e6516aa87d3e09718.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.
*