Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2015-01-02 00:24:36 +0300
committerAdam Langley <agl@google.com>2015-01-15 00:53:00 +0300
commitaa3f6daa863dbd476f1cf1009a61621e8bbccd97 (patch)
tree4ca3b7841fdafd1cc636a229814fbf73ec7b97e0 /crypto/conf
parent1681d79ddfd5083a35ab52ddeeb510fd1a8e55b2 (diff)
Tag a number of globals as const.
Change-Id: I6f334911f153395a2e5e26adfd08912a1d8c558b Reviewed-on: https://boringssl-review.googlesource.com/2847 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'crypto/conf')
-rw-r--r--crypto/conf/conf_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/conf/conf_def.h b/crypto/conf/conf_def.h
index 2fc035b3..b1e6ba63 100644
--- a/crypto/conf/conf_def.h
+++ b/crypto/conf/conf_def.h
@@ -91,7 +91,7 @@
#define IS_DQUOTE(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_DQUOTE)
#define IS_HIGHBIT(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_HIGHBIT)
-static unsigned short CONF_type_default[256]={
+static const unsigned short CONF_type_default[256]={
0x0008,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
0x0000,0x0010,0x0010,0x0000,0x0000,0x0010,0x0000,0x0000,
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,