mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-23 11:33:09 +00:00
add prefix skynet to c module
This commit is contained in:
@@ -904,7 +904,7 @@ int lsha1(lua_State *L);
|
||||
int lhmac_sha1(lua_State *L);
|
||||
|
||||
LUAMOD_API int
|
||||
luaopen_crypt(lua_State *L) {
|
||||
luaopen_skynet_crypt(lua_State *L) {
|
||||
luaL_checkversion(L);
|
||||
static int init = 0;
|
||||
if (!init) {
|
||||
|
||||
Reference in New Issue
Block a user