mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
looks like we missed a piece of the 0.1.1.9 paranoia code.
hopefully this change is a no-op. svn:r6556
This commit is contained in:
@@ -363,9 +363,7 @@ tor_tls_context_new(crypto_pk_env_t *identity,
|
||||
goto error;
|
||||
SSL_CTX_set_options(*ctx, SSL_OP_NO_SSLv2);
|
||||
#endif
|
||||
#ifndef ENABLE_0119_PARANOIA_A
|
||||
SSL_CTX_set_options(*ctx, SSL_OP_SINGLE_DH_USE);
|
||||
#endif
|
||||
if (!SSL_CTX_set_cipher_list(*ctx, CIPHER_LIST))
|
||||
goto error;
|
||||
if (!client_only) {
|
||||
|
||||
Reference in New Issue
Block a user