> On Feb 5, 2015, at 9:41 AM, James Peach <jpe...@apache.org> wrote: > > >> On Feb 4, 2015, at 1:54 PM, James Peach <jpe...@apache.org> wrote: >> >> Wait, how does traffic_crashlog drag in OpenSSL? > > I believe that this happens because libtsutil claims to depend on OpenSSL > libraries. Automake sees that and dutifully drags them in whenever anything > links libtsutil. Thomas, can you take a crack at removing the OpenSSL linkage > from libtsutil?
Ok, libtsutil drags in libcrypto to get MD5. It seems unfortunate to have to link everything against OpenSSL, but necessary :( J