summaryrefslogtreecommitdiff
path: root/lib/x509/crq.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/x509/crq.h')
-rw-r--r--lib/x509/crq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/x509/crq.h b/lib/x509/crq.h
index 58a14cf70e..b0da695497 100644
--- a/lib/x509/crq.h
+++ b/lib/x509/crq.h
@@ -8,7 +8,7 @@ typedef struct gnutls_x509_crq_int {
typedef struct gnutls_x509_crq_int *gnutls_x509_crq;
int gnutls_x509_crt_get_dn_by_oid(gnutls_x509_crt cert, const char* oid,
- int indx, char *buf, int *sizeof_buf);
+ int indx, char *buf, size_t *sizeof_buf);
int gnutls_x509_crq_init(gnutls_x509_crq * crq);
void gnutls_x509_crq_deinit(gnutls_x509_crq crq);