]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
make update
authorRichard Levitte <levitte@openssl.org>
Wed, 18 May 2016 15:33:53 +0000 (17:33 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 18 May 2016 16:30:00 +0000 (18:30 +0200)
RT#1466

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/asn1/charmap.h

index 642cea782671763e552bfdc7558c84edc8dc4018..6e42f86a9bcd84a2803e6e1d4e67b07ec7ba6212 100644 (file)
  * 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
 };