OpenSSL and Lion

On Mac OS Lion, OpenSSL has been deprecated, which results in tons of
warnings when compiling. Seems the compiler reports about every single
OpenSSL function it sees being called.

I don't think we want/need to fix that immediately, but it's something
to keep on the radar. The good news: Apple has a replacement library,
Common Crypto[1].Perhaps that's something to use in the future instead
of OpenSSL (yeah! :slight_smile: ...

Robin

[1] Documentation Archive

Yeah. I guess more and more OSes try do ditch OpenSSL. Ubunutu is trying hard to use GnuTLS instead of OpenSSL......

Which may make porting across multiple OS'es even more "fun".

Whatever's next, it won't be worse! :slight_smile:
-C.