diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-11-16 10:11:11 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-11-16 10:11:11 +0000 |
commit | 66ee20b3129956526fa34b5cf394ec9f6abe3ca7 (patch) | |
tree | 074a4698c9f5bc9137057bab53691170ad54175d /includes | |
parent | 90b14377cdd52c1fb981d3d39992ab52e8f0c31f (diff) | |
download | gnutls-66ee20b3129956526fa34b5cf394ec9f6abe3ca7.tar.gz |
*** empty log message ***
Diffstat (limited to 'includes')
-rw-r--r-- | includes/gnutls/x509.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/gnutls/x509.h b/includes/gnutls/x509.h index 66697e4db7..35dd87dce3 100644 --- a/includes/gnutls/x509.h +++ b/includes/gnutls/x509.h @@ -87,7 +87,7 @@ int gnutls_x509_crt_get_ca_status(gnutls_x509_crt cert, unsigned int* critical); int gnutls_x509_crt_get_key_usage( gnutls_x509_crt cert, unsigned int* key_usage, unsigned int* critical); -int gnutls_x509_oid_known(const char* oid); +int gnutls_x509_dn_oid_known(const char* oid); /* key_usage will be an OR of the following values: */ |