]> jfr.im git - solanum.git/blobdiff - librb/src/openssl.c
librb/helper: call rb_clear_cloexec on child fds
[solanum.git] / librb / src / openssl.c
index b2f179a17b80b30346aa552047c4f3c0061ec6ba..4d3994ceed7a8bb3eb9f40d6a0cfe00e485b027e 100644 (file)
@@ -431,10 +431,6 @@ rb_setup_ssl_server(const char *const certfile, const char *keyfile,
        (void) SSL_CTX_set_options(ssl_ctx_new, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3);
        #endif
 
-       #ifdef SSL_OP_NO_TLSv1
-       (void) SSL_CTX_set_options(ssl_ctx_new, SSL_OP_NO_TLSv1);
-       #endif
-
        #ifdef SSL_OP_NO_TICKET
        (void) SSL_CTX_set_options(ssl_ctx_new, SSL_OP_NO_TICKET);
        #endif