summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2015-09-19 16:36:55 +0200
committerNick Mathewson <nickm@torproject.org>2015-09-22 08:36:28 -0400
commitae98dd255b3db5585c0eab17dab702f72046ee57 (patch)
treea833f89da6b350198401c7f4adff8557b65cb0cf /changes
parentc84f3c917735caf073ee97935687c1ba8ee3639e (diff)
downloadtor-ae98dd255b3db5585c0eab17dab702f72046ee57.tar.gz
tor-ae98dd255b3db5585c0eab17dab702f72046ee57.zip
Check that openssl has ECC support during configure
This allows builds on machines with a crippled openssl to fail early during configure. Bugfix on 0.2.7.1-alpha, which introduced the requirement for ECC support. Fixes bug 17109.
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.