SSL_CTX_get_options
uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
SSL_set_options(s, SSL_CTX_get_options(new_ctx));
SSL_set_options(s, SSL_CTX_get_options(new_ctx));
if (!TEST_uint64_t_eq(SSL_CTX_get_options(ctx), UINT64_MAX))