Full error: “Severity Code Description Project File Line Suppression State
Error C4996 ‘RSA_size’: Since OpenSSL 3.0 Cloud my_rsa.h 75”. How can I solve this problem?
I have installed OpenSSL3.3.0 for windows (x64) and included the header files in my cpp project on visual studio. I have linked the lib files libssl.lib and libcrypto.lib and added path variable to the bin folder. My project recognize the openssl header files, but it keeps giving me the error ‘Since OpenSSL 3.0’ for many functions.
ido is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.