[#SSL_CTX_set_options] = SSL_CTX_set_options :mrdocs: Set additional SSL_OP_* option bits on an SSL context (bitwise OR). == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- uint64_t SSL_CTX_set_options( xref:SSL_CTX.adoc[SSL_CTX]* ctx, uint64_t op); ---- == Return Value Resulting option bitmask after setting. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | SSL context to update. | *op* | Bitmask of options to enable; existing options are retained. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#