summaryrefslogtreecommitdiff
path: root/lib/x509/sign.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/x509/sign.c')
-rw-r--r--lib/x509/sign.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/x509/sign.c b/lib/x509/sign.c
index afb4e65e1c..c651894491 100644
--- a/lib/x509/sign.c
+++ b/lib/x509/sign.c
@@ -48,7 +48,7 @@ _gnutls_x509_get_tbs (ASN1_TYPE cert, const char *tbs_name,
gnutls_datum_t * tbs)
{
int result;
- opaque *buf;
+ uint8_t *buf;
int buf_size;
buf_size = 0;