-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename project? #72
Comments
That a not a real problem. And I can change name easily, but as you know I can't change then project or library name simply. I begin my project from Jul 2, 2011, you can look in https://code.google.com/p/lua-openssl/source/detail?r=1, even on github I do first commit on Jul 3, 2011. So it's hard to say which is older. Be honest, luaossl is a good project, and I also study on it. so I think we need take a solution to solve this. |
Ah true. I must have got the dates confused somehow. |
in my memory,these projs not conflint , maybe you install compat libs in Lua-openSSL,please look at https://github.com/zhaozg/lua-openssl/blob/master/README.md#compat-with-others |
They both use the require string "openssl". print(require"openssl".version()) luaossl's manual is here: http://25thandclement.com/~william/projects/luaossl.pdf |
I had a confusing bug report today due to the conflicting name.
Your project uses the same
require
string "openssl" as the (older) project luaosslThe text was updated successfully, but these errors were encountered: