Closed skaji closed 2 years ago
Maybe fix #91
@timlegge do you have time to do a review of PR from @skaji, I will get to it eventually, but more eyes would be beneficial
@jonasbn I reviewed as above and it looks proper. This will be fine for any of the 3.0 versions (I think) but if you compile with DOPENSSL_NO_DEPRECATED_3_0_0 it will error on any of the things that were deprecated in 3.0.0 (and below I assume).
So there is still some work to be done to get full 3.0 compatibility.
Hi @skaji and @timlegge
This has been included in the release 1.9.14-TRIAL, just uploaded to PAUSE/CPAN.
Please let me know if you experience any issues or have any feedback. The 1.9.14 release will be made in due time depending on the outcome/feedback of the trial release.
Thanks for your contributions.
Description
Currently
make
fails against openssl v3:In openssl v3, it seems that a lot of functions return
const XXX
types, not plainXXX
types; somake
fails. This PR addsconst
qualifier to some functions so thatmake
passes against openssl v3.Type of change
Please delete options that are not relevant.
Checklist:
Test / Development Platform Information