From: Nick Mathewson Date: Thu, 17 Jan 2013 20:54:21 +0000 (-0500) Subject: Another msvc changes entry X-Git-Tag: tor-0.2.4.10-alpha~25^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cd80f6ee0f8b479e0ad1815bef232d981649c367;p=thirdparty%2Ftor.git Another msvc changes entry --- diff --git a/changes/msvc b/changes/msvc index 9975c2d4c6..1ae92e3f2e 100644 --- a/changes/msvc +++ b/changes/msvc @@ -2,3 +2,5 @@ - Correctly define HAVE_EVENT_BASE_LOOPEXIT, since we only build with MSVC when using Libevent 2.0 or later. Fixes bug 7308. Reported by "ultramage". + - Make the ntor and curve25519 code build correctly with MSVC. + Fix on 0.2.4.8-alpha.