summaryrefslogtreecommitdiff
path: root/lib/x509/x509.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/x509/x509.c')
-rw-r--r--lib/x509/x509.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/x509/x509.c b/lib/x509/x509.c
index 3d25d74fb4..e3fd3d0ca0 100644
--- a/lib/x509/x509.c
+++ b/lib/x509/x509.c
@@ -1702,7 +1702,7 @@ gnutls_x509_crt_get_crl_dist_points (gnutls_x509_crt_t cert,
int len;
char num[MAX_INT_DIGITS];
gnutls_x509_subject_alt_name_t type;
- uint8 reasons[2];
+ uint8_t reasons[2];
if (cert == NULL)
{