summaryrefslogtreecommitdiff
path: root/includes/gnutls/pkcs12.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/gnutls/pkcs12.h')
-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);