Skip to content
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

Closed
daurnimator opened this issue Jul 8, 2015 · 4 comments
Closed

Rename project? #72

daurnimator opened this issue Jul 8, 2015 · 4 comments

Comments

@daurnimator
Copy link

I had a confusing bug report today due to the conflicting name.
Your project uses the same require string "openssl" as the (older) project luaossl

@zhaozg
Copy link
Owner

zhaozg commented Jul 8, 2015

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.

@daurnimator
Copy link
Author

Are you sure that.
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 Jul 3, 2011.

Ah true. I must have got the dates confused somehow.
I'll ask the luaossl author about renaming....

@zhaozg
Copy link
Owner

zhaozg commented Jul 8, 2015

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
Or https://github.com/wahern/luaossl/blob/master/src/openssl.lua

@daurnimator
Copy link
Author

in my memory,these projs not conflint ,

They both use the require string "openssl".
e.g. the following code will do different things depending which of luaossl and lua-openssl you install most recently:

print(require"openssl".version())

luaossl's manual is here: http://25thandclement.com/~william/projects/luaossl.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants