On Wed, 2015-10-07 at 08:17 +0100, David Woodhouse wrote: > On Wed, 2015-10-07 at 01:38 +0100, Kamil Skowron wrote: > > > > I tried to compile newest master branch and this failed with error: > > > > CC libopenconnect_la-dtls.lo > > dtls.c: In function 'dtls_try_handshake': > > dtls.c:341:3: error: 'c' undeclared (first use in this function) > > c = openconnect_get_dtls_compression(vpninfo); > > ^ > > Bad Nikos. No biscuit. :) A proposal to solve that would be to move the repository to github or gitlab which allow using a travis-like CI which would catch these errors prior to commit, when the pull request is created. We'd only need few rules to build using the various possible combinations. For ocserv the output is: https://gitlab.com/ci/projects/7712?ref=master (btw. gitlab can also be locally deployed although I don't know how easy it is to maintain) regards, Nikos