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