summaryrefslogtreecommitdiffstats
path: root/crypto/include/internal/ctype.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/include/internal/ctype.h')
-rw-r--r--crypto/include/internal/ctype.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/include/internal/ctype.h b/crypto/include/internal/ctype.h
index a35b12bfbf..80f1f8c7fd 100644
--- a/crypto/include/internal/ctype.h
+++ b/crypto/include/internal/ctype.h
@@ -57,6 +57,8 @@ int ossl_ctype_check(int c, unsigned int mask);
int ossl_tolower(int c);
int ossl_toupper(int c);
+int ascii_isdigit(const char inchar);
+
# define ossl_isalnum(c) (ossl_ctype_check((c), CTYPE_MASK_alnum))
# define ossl_isalpha(c) (ossl_ctype_check((c), CTYPE_MASK_alpha))
# ifdef CHARSET_EBCDIC