[openssl-dev] [openssl.org #3914] Library on Windows does not export SSL_CTX_set_options or SSL_set_options

Joey Yandle via RT rt at openssl.org
Wed Jun 17 21:10:38 UTC 2015


> I was kind of surprised to learn this... The SSL library on Windows
> does not export SSL_CTX_set_options or SSL_set_options.

That's because it's a macro:

grep -r SSL_CTX_set_options | grep define

ssl/ssl.h:# define SSL_CTX_set_options(ctx,op) \




More information about the openssl-dev mailing list