summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-10-19 08:41:25 -0400
committerNick Mathewson <nickm@torproject.org>2018-10-19 08:41:25 -0400
commitf8a1dc64f975bcaa74634f4666e448ca3fe88d3b (patch)
treee17e3468ce6d4ee3b1fb76cfefe6abe22fb94b14 /changes
parenta5599fb71c51ddec47282164f71cfb06933096cc (diff)
downloadtor-f8a1dc64f975bcaa74634f4666e448ca3fe88d3b.tar.gz
tor-f8a1dc64f975bcaa74634f4666e448ca3fe88d3b.zip
Fix a misspelled macro test that was breaking big-endian OPE
Fixes bug 28115; bugfix on 0.3.5.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug281153
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug28115 b/changes/bug28115
new file mode 100644
index 0000000000..e3e29968eb
--- /dev/null
+++ b/changes/bug28115
@@ -0,0 +1,3 @@
+ o Minor bugfixes (portability):
+ - Make the OPE code (which is used for v3 onion services) run correctly
+ on big-endian platforms. Fixes bug 28115; bugfix on 0.3.5.1-alpha.