From dcaa4a4a9077e823202a8a1e6516aa87d3e09718 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 5 Apr 2017 10:29:32 +0200 Subject: documented the GNUTLS_X509_OID_POLICY_ANY macro Signed-off-by: Nikos Mavrogiannopoulos --- lib/x509/x509_ext.c | 2 ++ 1 file changed, 2 insertions(+) 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. * -- cgit v1.2.1