diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-03-20 13:52:50 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-03-20 13:53:32 -0400 |
commit | a83abcf5ee5cb8fe245bc97e089e082f62921194 (patch) | |
tree | 2b3021b2a60406b711ea96a9952d812efe6d1091 /changes | |
parent | 9077118ee27e275d495b89a810ee28882c74cf62 (diff) | |
download | tor-a83abcf5ee5cb8fe245bc97e089e082f62921194.tar.gz tor-a83abcf5ee5cb8fe245bc97e089e082f62921194.zip |
Fix unittest compilation with --disable-curve25519
This is a fix for 9700, which we already fixed in 0.2.5.x, but which
got left in 0.2.4.x.
This is a partial backport of a0a855d586d99540277014ccd3
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug9700 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug9700 b/changes/bug9700 new file mode 100644 index 0000000000..f59f54cb01 --- /dev/null +++ b/changes/bug9700 @@ -0,0 +1,3 @@ + o Minor bugfixes (compilation): + - Fix a compilation error when compiling with --disable-cuve25519. + Fixes bug 9700; bugfix on 0.2.4.17-rc. |