diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-11-19 18:15:38 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-11-19 18:15:38 +0100 |
commit | 04111fd7ee4a3ba51f92f1354212ed9dd79be61f (patch) | |
tree | a764f02fdb8d7b1d8df36515363cc5dbef0fdf33 | |
parent | 04785a30d244dd81aa4a86053956b0183ab2440b (diff) | |
download | gnutls-04111fd7ee4a3ba51f92f1354212ed9dd79be61f.tar.gz |
mention the extension OID
-rw-r--r-- | lib/x509/x509.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/x509/x509.c b/lib/x509/x509.c index 75c612abb6..74c8a30d3a 100644 --- a/lib/x509/x509.c +++ b/lib/x509/x509.c @@ -1862,8 +1862,8 @@ cleanup: * @policy: A pointer to a policy structure. * @critical: will be non (0) if the extension is marked as critical * - * This function will extract the certificate policy specified by the - * given index. + * This function will extract the certificate policy (extension 2.5.29.32) + * specified by the given index. * * The policy returned by this function must be deinitialized by using * gnutls_certificate_policy_release(). |