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