-
Notifications
You must be signed in to change notification settings - Fork 22
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
Deprecation warnings from OpenSSL 3 #72
Comments
For the record, the build passes fine if the |
Indeed, fedora already tried and failed to build scitokens-cpp for openssl3. We will have to figure these things out. |
In conda-forge I just added a patch to remove the |
I think we need to update the vendor'd jwt-cpp, which claims openssl 3.0 compatibility: https://github.com/Thalhammer/jwt-cpp#ssl-compatibility |
...or don't vendor jwt-cpp at all and rely on pinned versions of the upstream package. |
Related to #61 |
I was just curious if anyone has made progress on updating the scitoken code to Openssl 3.0. I saw in the related #61 that updating jwt-cpp to 0.6.0 didn't remove all warnings. |
Conda-forge is attempting to rebuild packages against openssl v3. The scitokens-cpp build fails out-of-the-box because of a host of
deprecated-declarations
warnings treated as errors:The text was updated successfully, but these errors were encountered: