summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/library/resty/sha256.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/OpenResty/library/resty/sha256.lua')
m---------meta/3rd/OpenResty0
-rw-r--r--meta/3rd/OpenResty/library/resty/sha256.lua10
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/sha256.lua b/meta/3rd/OpenResty/library/resty/sha256.lua
deleted file mode 100644
index 29e00eeb..00000000
--- a/meta/3rd/OpenResty/library/resty/sha256.lua
+++ /dev/null
@@ -1,10 +0,0 @@
----@meta
-
----@class resty.sha256 : resty.string.checksum
-local sha256={}
-
---- Create a new sha256 checksum object.
----@return resty.sha256
-function sha256:new() end
-
-return sha256 \ No newline at end of file