diff options
Diffstat (limited to 'meta/3rd/OpenResty/library/resty/sha1.lua')
m--------- | meta/3rd/OpenResty | 0 | ||||
-rw-r--r-- | meta/3rd/OpenResty/library/resty/sha1.lua | 10 |
2 files changed, 0 insertions, 10 deletions
diff --git a/meta/3rd/OpenResty b/meta/3rd/OpenResty new file mode 160000 +Subproject 3bec36f0f645bb38b3c8208990d5c36feb66ce3 diff --git a/meta/3rd/OpenResty/library/resty/sha1.lua b/meta/3rd/OpenResty/library/resty/sha1.lua deleted file mode 100644 index 85d5ace1..00000000 --- a/meta/3rd/OpenResty/library/resty/sha1.lua +++ /dev/null @@ -1,10 +0,0 @@ ----@meta - ----@class resty.sha1 : resty.string.checksum -local sha1={} - ---- Create a new sha1 checksum object. ----@return resty.sha1 -function sha1:new() end - -return sha1
\ No newline at end of file |