Commit 0794b6a6 authored by Richard Levitte's avatar Richard Levitte
Browse files

make update



RT#1466

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent bc776510
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@
 * Mask of various character properties
 */

static const unsigned char char_type[] = {
static const unsigned short char_type[] = {
    1026,  2,  2,  2,  2,  2,  2,  2,  2,  2,  2,  2,  2,  2,  2,  2,
     2,  2,  2,  2,  2,  2,  2,  2,  2,  2,  2,  2,  2,  2,  2,  2,
     2,  2,  2,  2,  2,  2,  2,  2,  2,  2,  2,  2,  2,  2,  2,  2,
    120,  0,  1, 40,  0,  0,  0, 16, 16, 16,  0, 25, 25, 16, 16, 16,
    120,  0,  1, 40,  0,  0,  0, 16, 1040, 1040, 1024, 25, 25, 16, 16, 16,
    16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,  9,  9, 16,  9, 16,
     0, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
    16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,  0,  1,  0,  0,  0,
    16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,  0, 1025,  0,  0,  0,
     0, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
    16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,  0,  0,  0,  0,  2
};