vostok external dependencies

The server is written in C++11 and requires the presence of the libtls library (part of LibreSSL).

LibreSSL

OpenBSD

All components are present in the base system.

Alpine Linux

# apk add g++ libressl-dev

Debian

# apt install libtls-dev