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

Joey Yandle dragon at dancingdragon.be
Wed Jun 17 21:00:23 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