Decide whether to use SSL flags based on runtime OpenSSL version.
commit8d68e5c748941dec2f2ec68108443ef538192153
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:02:17 +0000 (29 17:02 -0500)
treeeb99e8d4f1da97cdd12b476c47006a0d43d30ae3
parentf75f7322b9318efe25d83c77c8a29ebaefad07fb
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.
ChangeLog
src/common/tortls.c