aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-02-14 15:34:38 -0500
committerNick Mathewson <nickm@torproject.org>2013-02-14 15:34:38 -0500
commit4beee0f69ba65690755e486648d901f716cfd0ee (patch)
tree526dc1a6b5ad2099ff0650082ac567b8974adbd5 /changes
parent41e0f7146a0377fb67858433deb4d9f4d7e95327 (diff)
downloadtor-4beee0f69ba65690755e486648d901f716cfd0ee.tar
tor-4beee0f69ba65690755e486648d901f716cfd0ee.tar.gz
Use torint.h in curve25519-donna*.c
This will get it building on systems that lack stdint.h
Diffstat (limited to 'changes')
-rw-r--r--changes/integers_donna3
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/integers_donna b/changes/integers_donna
new file mode 100644
index 000000000..e9c69e8e1
--- /dev/null
+++ b/changes/integers_donna
@@ -0,0 +1,3 @@
+ o Minor bugfixes (portability)
+ - Tweak the curve25519-donna*.c implementations to tolerate systems
+ that lack stdint.h. Fixes bug 3894; bugfix on 0.2.4.8-alpha.