SSL_CTX_clear_options

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ulong SSL_CTX_clear_options(SSL_CTX* ctx, ulong op)
  2. c_ulong SSL_CTX_clear_options(SSL_CTX* ctx, c_ulong op)
  3. c_ulong SSL_CTX_clear_options(SSL_CTX* ctx, c_ulong op)
    version(Have_openssl)
    extern (C) nothrow
    static if(!(OPENSSL_VERSION_AT_LEAST(3, 0, 0)))
    static if(!(OPENSSL_VERSION_AT_LEAST(1, 1, 0)))
    c_ulong
    SSL_CTX_clear_options
    ()
    (
    SSL_CTX* ctx
    ,
    c_ulong op
    )

Meta