summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/resty.sha1.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/OpenResty/resty.sha1.lua')
-rw-r--r--meta/3rd/OpenResty/resty.sha1.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/3rd/OpenResty/resty.sha1.lua b/meta/3rd/OpenResty/resty.sha1.lua
new file mode 100644
index 00000000..3b3a2b04
--- /dev/null
+++ b/meta/3rd/OpenResty/resty.sha1.lua
@@ -0,0 +1,7 @@
+resty_sha1={}
+function resty_sha1.final(self) end
+function resty_sha1.new(self) end
+function resty_sha1.reset(self) end
+resty_sha1._VERSION="0.11"
+function resty_sha1.update(self, s) end
+return resty_sha1 \ No newline at end of file