Hi, On Sun, Jun 5, 2016 at 12:21 AM, Илья Шипицин <chipits...@gmail.com> 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. -Steffan