[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [tor/master 5/7] Fix compile
Author: Sebastian Hahn <sebastian@xxxxxxxxxxxxxx>
Date: Thu, 18 Feb 2010 13:08:57 +0100
Subject: Fix compile
Commit: c2c3a5a3f53d26fa1b189202a997578f486f4eff
---
src/common/tortls.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/common/tortls.c b/src/common/tortls.c
index ddcb94e..cfaa2b4 100644
--- a/src/common/tortls.c
+++ b/src/common/tortls.c
@@ -371,7 +371,8 @@ tor_tls_init(void)
log_notice(LD_GENERAL, "OpenSSL %s [%lx] looks like it's older than "
"0.9.8l, but some vendors have backported 0.9.8l's "
"renegotiation code to earlier versions. I'll set "
- "SSL3_FLAGS just to be safe.");
+ "SSL3_FLAGS just to be safe.",
+ SSLeay_version(SSLEAY_VERSION), version);
use_unsafe_renegotiation_flag = 1;
} else {
log_info(LD_GENERAL, "OpenSSL %s has version %lx",
--
1.6.5