> From: openssl-users <openssl-users-bounces@xxxxxxxxxxx> 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.