KloxVPN — bundled OpenConnect: corresponding source (LGPLv2.1 compliance)
=========================================================================

Klox ships the OpenConnect client as a separate program (launched as a child
process, not linked into the application — "mere aggregation"). The vpnc-script
it drives at runtime is a separate program too (GPLv2).

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

  openconnect-9.12.tar.gz   OpenConnect release (LGPLv2.1)
  openssl-3.5.4.tar.gz           OpenSSL, statically linked (Apache-2.0)
  libxml2-2.12.9.tar.xz           libxml2, statically linked (MIT)
  build-linux-openconnect.sh            the exact build recipe / flags used

vpnc-script is from the OpenConnect project's vpnc-scripts repository (GPLv2):
  https://gitlab.com/openconnect/vpnc-scripts

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