summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-09-22 08:36:39 -0400
committerNick Mathewson <nickm@torproject.org>2015-09-22 08:36:39 -0400
commit99f94feb6a778f16becbc8386bd7536840bc3ab7 (patch)
tree848ef6a6c3dcba09a743155ed600e9cc48b850a4 /changes
parentb584152874b57e36533ec35bc7c2d38cabf832bf (diff)
parentae98dd255b3db5585c0eab17dab702f72046ee57 (diff)
downloadtor-99f94feb6a778f16becbc8386bd7536840bc3ab7.tar.gz
tor-99f94feb6a778f16becbc8386bd7536840bc3ab7.zip
Merge branch 'bug17109_v2_squashed'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug171094
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug17109 b/changes/bug17109
new file mode 100644
index 0000000000..9f80f6ef16
--- /dev/null
+++ b/changes/bug17109
@@ -0,0 +1,4 @@
+ o Minor bugfixes:
+ - Fail during configure if we're trying to build against an OpenSSL
+ built without ECC support. Fixes bug 17109, bugfix on
+ 0.2.7.1-alpha which started requiring ECC.