[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] looks like we missed a piece of the 0.1.1.9 paranoia code.
Update of /home2/or/cvsroot/tor/src/common
In directory moria:/home/arma/work/onion/cvs/tor/src/common
Modified Files:
tortls.c
Log Message:
looks like we missed a piece of the 0.1.1.9 paranoia code.
hopefully this change is a no-op.
Index: tortls.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/common/tortls.c,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -p -d -r1.120 -r1.121
--- tortls.c 26 May 2006 16:32:14 -0000 1.120
+++ tortls.c 7 Jun 2006 02:57:23 -0000 1.121
@@ -363,9 +363,7 @@ tor_tls_context_new(crypto_pk_env_t *ide
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) {