Skip to content

Commit

Permalink
ssl替换crypt
Browse files Browse the repository at this point in the history
  • Loading branch information
xiyoo0812 committed Apr 12, 2024
1 parent a8abc93 commit c472082
Show file tree
Hide file tree
Showing 37 changed files with 22 additions and 6,700 deletions.
2 changes: 1 addition & 1 deletion .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ stds.quanta = {
"quanta", "environ", "signal", "service", "logger",
"import", "class", "enum", "mixin", "property", "singleton", "super", "implemented",
"logfeature", "db_property", "classof", "is_class", "is_subclass", "instanceof", "conv_class", "class_review",
"codec", "crypt", "stdfs", "luabus", "luakit", "json", "protobuf", "curl", "timer", "aoi", "log", "worker", "http", "bson",
"codec", "stdfs", "luabus", "luakit", "json", "protobuf", "timer", "aoi", "log", "worker", "http", "bson",
"detour", "lmdb", "unqlite", "sqlite", "ssl"
}
}
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ luaext:
cd extend/laoi; make SOLUTION_DIR=$(CUR_DIR) -f laoi.mak;
cd extend/lbson; make SOLUTION_DIR=$(CUR_DIR) -f lbson.mak;
cd extend/lcodec; make SOLUTION_DIR=$(CUR_DIR) -f lcodec.mak;
cd extend/lcrypt; make SOLUTION_DIR=$(CUR_DIR) -f lcrypt.mak;
cd extend/ldetour; make SOLUTION_DIR=$(CUR_DIR) -f ldetour.mak;
cd extend/ljson; make SOLUTION_DIR=$(CUR_DIR) -f ljson.mak;
cd extend/lmdb; make SOLUTION_DIR=$(CUR_DIR) -f lmdb.mak;
Expand Down
31 changes: 0 additions & 31 deletions extend/lcrypt/lcrypt.lmak

This file was deleted.

134 changes: 0 additions & 134 deletions extend/lcrypt/lcrypt.mak

This file was deleted.

96 changes: 0 additions & 96 deletions extend/lcrypt/lcrypt.vcxproj

This file was deleted.

75 changes: 0 additions & 75 deletions extend/lcrypt/lcrypt.vcxproj.filters

This file was deleted.

Loading

0 comments on commit c472082

Please sign in to comment.