openssl-users Digest, Vol 98, Issue 7

Michael Wojcik Michael.Wojcik at microfocus.com
Fri Jan 6 18:35:05 UTC 2023


> From: openssl-users <openssl-users-bounces at openssl.org> On Behalf Of Samiya Khanum via openssl-users
> Sent: Friday, 6 January, 2023 08:01

> For below EVP api's, const qualifier is added in openSSL3.0 code. To fix these errors, I have to do
> type casting in many places. 

That's not a "fix". That's hiding an error.

The fix would be to make your code const-correct. Doing that will improve your code. If your code uses anything like a proper degree of abstraction, it should not be difficult.


More information about the openssl-users mailing list