summaryrefslogtreecommitdiff
path: root/includes/gnutls
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-12-28 09:25:44 +0000
committerSimon Josefsson <simon@josefsson.org>2005-12-28 09:25:44 +0000
commit77faa96ee38c91b76c0539972ee80d69f2297165 (patch)
tree33f444c108201f06e9093f74e181d95e22687b68 /includes/gnutls
parent4f50feabd3455c4b5d9946050204cdf7af2be9b4 (diff)
downloadgnutls-77faa96ee38c91b76c0539972ee80d69f2297165.tar.gz
Constify, tiny patch from "ZIGLIO, Frediano, VF-IT" <Frediano.Ziglio@vodafone.com>.
Diffstat (limited to 'includes/gnutls')
-rw-r--r--includes/gnutls/x509.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/gnutls/x509.h b/includes/gnutls/x509.h
index 46b3f7dfcd..29e82eaab4 100644
--- a/includes/gnutls/x509.h
+++ b/includes/gnutls/x509.h
@@ -565,7 +565,7 @@ extern "C"
int gnutls_x509_crq_set_challenge_password (gnutls_x509_crq_t crq,
const char *pass);
int gnutls_x509_crq_get_challenge_password (gnutls_x509_crq_t crq,
- const char *pass,
+ char *pass,
size_t * sizeof_pass);
int gnutls_x509_crq_set_attribute_by_oid (gnutls_x509_crq_t crq,