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