diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-03-01 14:59:03 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-03-01 14:59:03 +0000 |
commit | 77d1654c50819ce99365ab95da3952099ee5aea8 (patch) | |
tree | 34940279feb24a0267c2d956878b4a549dbf2c03 /src/common/tortls.c | |
parent | 306aab92889023313c80ccd6e82566df4c7c12d5 (diff) | |
download | tor-77d1654c50819ce99365ab95da3952099ee5aea8.tar.gz tor-77d1654c50819ce99365ab95da3952099ee5aea8.zip |
r18535@catbus: nickm | 2008-03-01 09:58:33 -0500
Whoo. People diagnosed and fixed bug 616. See changelog for details. Bugfix on 0.2.0.20-rc.
svn:r13793
Diffstat (limited to 'src/common/tortls.c')
-rw-r--r-- | src/common/tortls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tortls.c b/src/common/tortls.c index 21108820d6..24e0a4071a 100644 --- a/src/common/tortls.c +++ b/src/common/tortls.c @@ -432,7 +432,7 @@ tor_tls_create_certificate(crypto_pk_env_t *rsa, * SSL3_TXT_RSA_NULL_SHA. If you do this, you won't be able to communicate * with any of the "real" Tors, though. */ -#if OPENSSL_VERSION_NUMBER >= 0x00908000l +#if OPENSSL_VERSION_NUMBER >= 0x00908020l #define CLIENT_CIPHER_LIST \ (TLS1_TXT_ECDHE_ECDSA_WITH_AES_256_CBC_SHA ":" \ TLS1_TXT_ECDHE_RSA_WITH_AES_256_CBC_SHA ":" \ |