Decide whether to use SSL flags based on runtime OpenSSL version.
commit1744e447a15216b74f239b30da735416dd1fde92
authorNick Mathewson <nickm@torproject.org>
Fri, 29 Jan 2010 22:02:17 +0000 (29 17:02 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 29 Jan 2010 22:17:47 +0000 (29 17:17 -0500)
treeaf9fb9ac84b9b5c2a005099741da5348bc1197ec
parentb6038f4ac646b52f0819724b344adcf04bc2a440
Decide whether to use SSL flags based on runtime OpenSSL version.

We need to do this because Apple doesn't update its dev-tools headers
when it updates its libraries in a security patch.  On the bright
side, this might get us out of shipping a statically linked OpenSSL on
OSX.

May fix bug 1225.

[backported]
ChangeLog
src/common/tortls.c