summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-10-30 15:09:38 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-10-30 15:09:38 +0000
commit602377951c230c2d6ca05f88c6445ee2d12ecd26 (patch)
treef381ab53e59a7f1f12047be63fd4d604585fb0d1 /includes
parent2b3d7c7e1455b8b02f02be382fa82c44f2790243 (diff)
downloadgnutls-602377951c230c2d6ca05f88c6445ee2d12ecd26.tar.gz
introduced gnutls_const_datum for gnutls_pkcs12_bag_get_data(). Some other cleanups in the verification functions.
Diffstat (limited to 'includes')
-rw-r--r--includes/gnutls/pkcs12.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/gnutls/pkcs12.h b/includes/gnutls/pkcs12.h
index 84b312a153..49617c81be 100644
--- a/includes/gnutls/pkcs12.h
+++ b/includes/gnutls/pkcs12.h
@@ -65,7 +65,7 @@ typedef enum gnutls_pkcs12_bag_type {
} gnutls_pkcs12_bag_type;
gnutls_pkcs12_bag_type gnutls_pkcs12_bag_get_type(gnutls_pkcs12_bag bag, int indx);
-int gnutls_pkcs12_bag_get_data(gnutls_pkcs12_bag bag, int indx, gnutls_datum* data);
+int gnutls_pkcs12_bag_get_data(gnutls_pkcs12_bag bag, int indx, gnutls_const_datum* data);
int gnutls_pkcs12_bag_set_data(gnutls_pkcs12_bag bag, gnutls_pkcs12_bag_type type,
const gnutls_datum* data);