mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-25 12:43:09 +00:00
Update lua-crypt.c
添加 static 避免可能导致的链接冲突
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/* the eight DES S-boxes */
|
/* the eight DES S-boxes */
|
||||||
|
|
||||||
uint32_t SB1[64] = {
|
static uint32_t SB1[64] = {
|
||||||
0x01010400, 0x00000000, 0x00010000, 0x01010404,
|
0x01010400, 0x00000000, 0x00010000, 0x01010404,
|
||||||
0x01010004, 0x00010404, 0x00000004, 0x00010000,
|
0x01010004, 0x00010404, 0x00000004, 0x00010000,
|
||||||
0x00000400, 0x01010400, 0x01010404, 0x00000400,
|
0x00000400, 0x01010400, 0x01010404, 0x00000400,
|
||||||
|
|||||||
Reference in New Issue
Block a user