SSL_OP_NO_SSLv3
.value = SSL_OP_NO_SSLv3,
SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_SSLv3);
ssl_ctx_options |= SSL_OP_NO_SSLv3;