-
Notifications
You must be signed in to change notification settings - Fork 29
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
OpenSSL version indication #2
Comments
The version is whatever the user links with, so putting that information in readme makes no sense. As for showing the version used, if poco-supplied OpenSSL windows binaries and headers are used, that is already shown during compilation on windows. If you'd like to see it on other platforms/compilers, send a pull - bear in mind, the main obstacle is portable |
I guess some sort of readme info would make sense for binary distributions |
In the NuGet packaging, the poco-1.9.1 is claiming a dependency on the Poco OpenSSL 1.1.0 specificaly packaged for Poco via the NuGet metadata specs. On the MSI package, nothing is stated right now and a sort of readme should be added one day. |
@petko I was commenting here thinking it is a poco issue, sorry. My above comments apply for poco. As for this build here, I'm not sure what you mean - whatever version you specify on the |
Aleks, I was referring to the version of the already compiled DLLs in the repository's build directory. |
It would be handy, if there is some indication in the code or in the Readme, which version (the letter after the 1.1.0) of OpenSSL is used for building the libraries. I know that it is the latest available when the libs are build or that I can build them myself, but it will be just easier for people using it to know if they have the latest sub-release.
The text was updated successfully, but these errors were encountered: