Check that openssl has ECC support during configure
commitae98dd255b3db5585c0eab17dab702f72046ee57
authorSebastian Hahn <sebastian@torproject.org>
Sat, 19 Sep 2015 14:36:55 +0000 (19 16:36 +0200)
committerNick Mathewson <nickm@torproject.org>
Tue, 22 Sep 2015 12:36:28 +0000 (22 08:36 -0400)
treea833f89da6b350198401c7f4adff8557b65cb0cf
parentc84f3c917735caf073ee97935687c1ba8ee3639e
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.
changes/bug17109 [new file with mode: 0644]
configure.ac