From: Simon Josefsson Date: Thu, 27 Oct 2005 15:11:31 +0000 (+0000) Subject: Fix prototype. X-Git-Tag: gnutls_1_2_9~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af59079aa80a8676d9526ba77acdcbb66f49d1e1;p=thirdparty%2Fgnutls.git Fix prototype. --- diff --git a/lib/x509/crq.c b/lib/x509/crq.c index 10dbb34b5d..016afdee3d 100644 --- a/lib/x509/crq.c +++ b/lib/x509/crq.c @@ -410,7 +410,7 @@ static int parse_attribute(ASN1_TYPE asn1_struct, * **/ int gnutls_x509_crq_get_challenge_password(gnutls_x509_crq_t crq, - char *pass, + const char *pass, size_t * sizeof_pass) { if (crq == NULL) {