When detecting OpenSSL, look for 1.0.1, and in homebrew location
commit564ff506ea34ef44422470ed4dc2856e0c234c87
authorNick Mathewson <nickm@torproject.org>
Wed, 20 Sep 2017 19:54:36 +0000 (20 15:54 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 20 Sep 2017 20:07:19 +0000 (20 16:07 -0400)
treeb1f8d44327cdeed956085117699289e436db0ca4
parent2c93be80d9ad0712b5716c85e32f7a5184f3b1d2
When detecting OpenSSL, look for 1.0.1, and in homebrew location

Previously we would detect the system openssl on OSX, and then fail
to use it, since we required Open 1.0.1 or later.  That's silly!

Instead of looking for RAND_add(), look for TLSv1_1_method(): it was
introduced in 1.0.1, and is also present in LibreSSL.

Also, add the hombebrew path to our search path here.

Fixes bug 23602; bugfix on 0.2.7.2-alpha.
changes/ticket23602 [new file with mode: 0644]
configure.ac