summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-05-19 06:20:02 +0200
committerRichard Levitte <levitte@openssl.org>2016-05-20 16:21:50 +0200
commitca3c0d7c030e4ba8ae6df2e1ea39d9872dac5d48 (patch)
tree45e8578b04bed34f53b59ae13aaf2210b760dc40
parentd29d4b317b9e01da742f1df657ec572e7bc27f9b (diff)
Revert "make update"
This reverts commit 7229a91a48d706804f790a392b3ad50bc358cdc4. Reviewed-by: Matt Caswell <matt@openssl.org>
-rw-r--r--crypto/asn1/charmap.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/asn1/charmap.h b/crypto/asn1/charmap.h
index 117a91e30c..3305ad146b 100644
--- a/crypto/asn1/charmap.h
+++ b/crypto/asn1/charmap.h
@@ -3,13 +3,13 @@
* properties
*/
-static const unsigned short char_type[] = {
- 1026, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
+static const unsigned char char_type[] = {
2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
- 120, 0, 1, 40, 0, 0, 0, 16, 1040, 1040, 1024, 25, 25, 16, 16, 16,
+ 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,
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, 1025, 0, 0, 0,
+ 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 0, 1, 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
};