воскресенье, 5 июня 2016 г. пользователь Steffan Karger написал:
> Hi, > > On Sun, Jun 5, 2016 at 12:21 AM, Илья Шипицин <chipits...@gmail.com > <javascript:;>> wrote: > > I was impressed by unit testing efforts, so I suggest to implement > something > > like that > > > > https://travis-ci.org/chipitsine/openvpn/builds/135318558 > > > > ( https://github.com/OpenVPN/openvpn/pull/52 ) > > > > we can use Linux, Mac OSX, gcc, clang, various configure options. > > > > (unfortunately, ssl cert at mbed tls website was expired and Xcode7.3 > does > > not compile openvpn with openssl) > > Cool. This looks like a very decent start. > > Afaik, OSX no longer ships with up-to-date versions of openssl. We'd > need to build openssl before building openvpn, just like you currently > do with mbedtls. openssl is shipped with Tunnelblick. so, we probably need to compile the same version. (first I was about to deprecate openssl on mac os in configure, but I have changed my mind) @jkbullard b > > -Steffan >