summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-02-14 08:42:23 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-02-14 08:42:23 +0000
commitf26297baf636b1ea2ef076921dc75dd4980e8559 (patch)
tree1f2475431d3215c81a30fac390f984465b8979d3 /includes
parent97242a75ef44e44f7227a4de244b927209733a8a (diff)
downloadgnutls-f26297baf636b1ea2ef076921dc75dd4980e8559.tar.gz
gnutls_const_datum was removed from exported types, for the time being.
Diffstat (limited to 'includes')
-rw-r--r--includes/gnutls/x509.h6
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);