summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2012-05-27 18:28:15 +0200
committerNick Mathewson <nickm@torproject.org>2012-05-30 11:56:43 -0400
commita5a8296892441bf43553f294bcdbc54b428b621f (patch)
treeb2fdc15fb55777ca135eff3f87862781c35c16bf /changes
parentbf16e167f79afc5367422ee7e0c0b3587dc6c82d (diff)
downloadtor-a5a8296892441bf43553f294bcdbc54b428b621f.tar.gz
tor-a5a8296892441bf43553f294bcdbc54b428b621f.zip
Fix clang 3.1 compile warning in crypto.c
(Tweaked by nickm)
Diffstat (limited to 'changes')
-rw-r--r--changes/bug59694
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug5969 b/changes/bug5969
new file mode 100644
index 0000000000..477d3ddc1a
--- /dev/null
+++ b/changes/bug5969
@@ -0,0 +1,4 @@
+ o Minor bugfixes:
+ - Fix a compile warning in crypto.c when compiling with clang 3.1.
+ Fixes bug 5969, bugfix on 0.2.3.9-alpha.
+