Skip to content

Commit

Permalink
remove sha1 from lua_mysqlaux, use lua-crypt instead
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwu committed Oct 29, 2014
1 parent f8a5092 commit 2ab689f
Show file tree
Hide file tree
Showing 4 changed files with 173 additions and 375 deletions.
372 changes: 0 additions & 372 deletions 3rd/lua-mysqlaux/lua_mysqlaux.c

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ $(LUA_CLIB_PATH)/sproto.so : lualib-src/sproto/sproto.c lualib-src/sproto/lsprot
$(LUA_CLIB_PATH)/lpeg.so : 3rd/lpeg/lpcap.c 3rd/lpeg/lpcode.c 3rd/lpeg/lpprint.c 3rd/lpeg/lptree.c 3rd/lpeg/lpvm.c | $(LUA_CLIB_PATH)
$(CC) $(CFLAGS) $(SHARED) -I3rd/lpeg $^ -o $@

$(LUA_CLIB_PATH)/mysqlaux.so : 3rd/lua-mysqlaux/lua_mysqlaux.c | $(LUA_CLIB_PATH)
$(LUA_CLIB_PATH)/mysqlaux.so : lualib-src/lua_mysqlaux.c | $(LUA_CLIB_PATH)
$(CC) $(CFLAGS) $(SHARED) $^ -o $@

clean :
Expand Down
Loading

0 comments on commit 2ab689f

Please sign in to comment.