error C2027: use of undefined type 'ssl_st' , while...
Hi, I have compiled my C++ project with openssl 1.1.1b libraries to support TLS1.3. But it is throwing below errors: error C2027: use of undefined type 'ssl_st' ..openssl-1.1.1b\include\openssl/ssl.h(209): note: see declaration of 'ssl_s...