KloxVPN — bundled OpenVPN: corresponding source (GPLv2 compliance)
=================================================================

Klox ships the OpenVPN client as a separate program (launched as a child
process, not linked into the application — "mere aggregation" under the GPL).

The exact, complete corresponding source for the openvpn binary shipped in this
app is included here, along with the script used to control its compilation:

  openvpn-2.7.2.tar.gz   OpenVPN community release (GPLv2)
  openssl-3.5.4.tar.gz   OpenSSL, statically linked (Apache-2.0)
  lzo-2.10.tar.gz           LZO compression, statically linked (GPLv2)
  lz4-1.10.0.tar.gz           LZ4 compression, statically linked (BSD-2-Clause)
  libcap-ng-0.8.5.tar.gz        libcap-ng, statically linked (LGPLv2.1)
  build-linux-openvpn.sh        the exact build recipe / flags used

To rebuild this binary from source:
  bash build-linux-openvpn.sh
