[#SSL_CTX_get_options] = SSL_CTX_get_options :mrdocs: Return the option bitmask currently set on an SSL context. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- uint64_t SSL_CTX_get_options(xref:SSL_CTX.adoc[SSL_CTX] const* ctx); ---- == Return Value Bitmask of SSL_OP_* options enabled on `ctx.` == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | SSL context to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#