Return the option bitmask currently set on an SSL context.
Declared in <openssl/ssl.h>
<openssl/ssl.h>
uint64_t SSL_CTX_get_options(SSL_CTX const* ctx);
Bitmask of SSL_OP_* options enabled on ctx.
ctx.