Commit b445940e2d891a72a7d623bc7efa7649e19863e6

Carlos Martín Nieto 2015-08-19T12:53:31

CMake: fall back to OpenSSL on older OS X Starting at OS X 10.8, the Security framework offers some functions which are unified across OS X and iOS. These are the functions that we use. Older versions of OS X do not have these functions and we fail to compile. In these situations, fall back to using OpenSSL for our TLS stream instead.