-
-
Notifications
You must be signed in to change notification settings - Fork 11k
Fix propotype to include the const qualifier #5582
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
Conversation
|
Just for curiosity: fixes for const-correctness are not considered an API change? (I know things are different between C and C++, because the former has no name mangling). |
|
|
|
This point has been discussed and resolved few months ago :
In short, C standard guarantee that it is ABI compatible ...
… Le 10 mars 2018 à 16:52, Matthias St. Pierre ***@***.***> a écrit :
It might force people to rewrite their code, though. So is it really allowed to backport this fix?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
|
And this is really just a documentation change, it's already const in 1.0.2 |
|
Adding const is okay, removing it is not. |
|
It doesn't break compatibility. That's at least my reasoning. |
Reviewed-by: Andy Polyakov <appro@openssl.org> GH: #5582
Reviewed-by: Andy Polyakov <appro@openssl.org> GH: #5582
Reviewed-by: Andy Polyakov <appro@openssl.org> GH: #5582
Reviewed-by: Andy Polyakov <appro@openssl.org> GH: openssl#5582
No description provided.