summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2017-05-27 07:06:12 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-05-27 07:06:12 +0200
commit740b1ba39f8c95fa24665e44a3a2d3e0a19ae3a8 (patch)
treeb5d2702af8c6143375542cbd85029c48e9419944
parent92ede853b07c812e1efc0226d651bede4493bd7c (diff)
downloadlibtasn1-740b1ba39f8c95fa24665e44a3a2d3e0a19ae3a8.tar.gz
regenerated ASN1.c filelibtasn1_4_11
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--lib/ASN1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ASN1.c b/lib/ASN1.c
index 3d60e71..586dcca 100644
--- a/lib/ASN1.c
+++ b/lib/ASN1.c
@@ -2685,7 +2685,7 @@ _asn1_yylex ()
/* Is STRING a number? */
for (k = 0; k < counter; k++)
- if (!isdigit (string[k]))
+ if (!isdigit ((int)string[k]))
break;
if (k >= counter)
{