On Sun, Jan 25, 2015 at 10:35 PM, Matthew Barr wrote:
> The real question is what happens if you use a different version of
> openssl for compiling Middle than you do for Top.
Depends on whether Middle and Top are exchanging OpenSSL-related values
(e.g. SSL connection handles), or using them i
This is a bit odd, but I wanted to sanity check things w/ ya’ll.
We have an interesting environment, where nearly everything is statically
linked. We also have a fairly extensive set of code to compile, from base
components & libraries all the way up to the final applications. Many of them
ha