Update lua-crypt.c

添加 static 避免可能导致的链接冲突
This commit is contained in:
HuaYang Huang
2015-05-18 23:05:24 +08:00
parent 6c43e90708
commit de57064b96

View File

@@ -10,7 +10,7 @@
/* the eight DES S-boxes */
uint32_t SB1[64] = {
static uint32_t SB1[64] = {
0x01010400, 0x00000000, 0x00010000, 0x01010404,
0x01010004, 0x00010404, 0x00000004, 0x00010000,
0x00000400, 0x01010400, 0x01010404, 0x00000400,