diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-02-14 08:42:23 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-02-14 08:42:23 +0000 |
commit | f26297baf636b1ea2ef076921dc75dd4980e8559 (patch) | |
tree | 1f2475431d3215c81a30fac390f984465b8979d3 /includes/gnutls | |
parent | 97242a75ef44e44f7227a4de244b927209733a8a (diff) | |
download | gnutls-f26297baf636b1ea2ef076921dc75dd4980e8559.tar.gz |
gnutls_const_datum was removed from exported types, for the time being.
Diffstat (limited to 'includes/gnutls')
-rw-r--r-- | includes/gnutls/x509.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/includes/gnutls/x509.h b/includes/gnutls/x509.h index 65e40467ea..f3813fcfc7 100644 --- a/includes/gnutls/x509.h +++ b/includes/gnutls/x509.h @@ -62,8 +62,6 @@ int gnutls_x509_crt_get_dn(gnutls_x509_crt cert, char *buf, int gnutls_x509_crt_get_dn_by_oid(gnutls_x509_crt cert, const char* oid, int indx, char *buf, int *sizeof_buf); -int gnutls_x509_crt_get_signed_data(gnutls_x509_crt cert, gnutls_const_datum *data); -int gnutls_x509_crt_get_signature(gnutls_x509_crt cert, gnutls_const_datum *data); int gnutls_x509_crt_get_signature_algorithm(gnutls_x509_crt cert); int gnutls_x509_crt_get_version(gnutls_x509_crt cert); @@ -123,10 +121,6 @@ int gnutls_x509_crl_get_issuer_dn(const gnutls_x509_crl crl, int gnutls_x509_crl_get_issuer_dn_by_oid(gnutls_x509_crl crl, const char* oid, int indx, char *buf, int *sizeof_buf); - -int gnutls_x509_crl_get_signed_data(gnutls_x509_crl crl, gnutls_const_datum *data); - -int gnutls_x509_crl_get_signature(gnutls_x509_crl crl, gnutls_const_datum *data); int gnutls_x509_crl_get_signature_algorithm(gnutls_x509_crl crl); int gnutls_x509_crl_get_version(gnutls_x509_crl crl); |