]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix compile
authorSebastian Hahn <sebastian@torproject.org>
Thu, 18 Feb 2010 12:08:57 +0000 (13:08 +0100)
committerSebastian Hahn <sebastian@torproject.org>
Thu, 18 Feb 2010 12:08:57 +0000 (13:08 +0100)
src/common/tortls.c

index ddcb94ebe6b150b86bd4fac53c5402cba5af79d5..cfaa2b4a17aa5d162599f9b6bacea6f41376fed0 100644 (file)
@@ -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",