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