Link libssl and libcrypto in the right order.
commitf6ff14a82ead43e3f5c2a6b2f2ace45ca2f45081
authorNick Mathewson <nickm@torproject.org>
Tue, 2 Feb 2010 21:12:45 +0000 (2 16:12 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 2 Feb 2010 21:12:45 +0000 (2 16:12 -0500)
tree99b0b2d3db14bab43db019c9a53e99d8573b8bbe
parentabd447f87667c21f8a5c2134d456cb5c1555d7c7
Link libssl and libcrypto in the right order.

For most linking setups, this doesn't matter.  But for some setups, when
statically linking openssl, it does matter, since you need to link things
with dependencies before you link things they depend on.

Fix for bug 1237.
configure.in