diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-01-17 15:54:21 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-01-17 15:54:21 -0500 |
commit | cd80f6ee0f8b479e0ad1815bef232d981649c367 (patch) | |
tree | 8ccb3962c2839e40411f9466f9901a1529675250 | |
parent | 213bd7760fd1ef7f55f08a2d189aa7b3b29fa1d1 (diff) | |
download | tor-cd80f6ee0f8b479e0ad1815bef232d981649c367.tar.gz tor-cd80f6ee0f8b479e0ad1815bef232d981649c367.zip |
Another msvc changes entry
-rw-r--r-- | changes/msvc | 2 |
1 files changed, 2 insertions, 0 deletions
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. |