mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 03:53:09 +00:00
copy crypt to client.crypt, see #655
This commit is contained in:
@@ -933,3 +933,8 @@ luaopen_skynet_crypt(lua_State *L) {
|
||||
luaL_newlib(L,l);
|
||||
return 1;
|
||||
}
|
||||
|
||||
LUAMOD_API int
|
||||
luaopen_client_crypt(lua_State *L) {
|
||||
return luaopen_skynet_crypt(L);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user