Hello, When I am trying to build it as Release configuration in Visual Studio I am observing a syntax error issue lying in ssl.h. At the same time I see that it can be built successfully for Debug configuration. If I add this definition "OPENSSL_NO_TLSEXT" for Release- this DLL can be built successfully.
Currently I am trying to identify what this definition means. And what impact of enabling this for release is? Could you please help me in this issue? - what this definition means? - And what impact of enabling this for release is? Thanks.
