commit - 21bb1653274d1cbdd3e02b7c7c71cb3d50a8289e
commit + 5ae325ebc8cde2d9c3810d385f9111597345d597
blob - fe6ca888c585c25c77b7386cc1da8453388f1ac7
blob + 444962dd1cbdb1e71a50917fadcb7d3abef833c0
--- .github/ci/before-install.sh
+++ .github/ci/before-install.sh
zlib1g-dev \
git \
athena-jot \
+ libtls-dev \
ed
fi
ncurses \
ossp-uuid \
git \
- libevent
+ libevent \
+ libressl
fi
blob - 2dcc193feaa29ec61c388cb2aaba4b26bb478dd0
blob + fc8cc30138461b198ffdb88c36f4091b44034e98
--- README.portable
+++ README.portable
* `pkg-config` (for searching libraries)
* `bison` (for configuration file grammar)
* `libevent` (for gotwebd)
+* `libtls` (for gotwebd)
FreeBSD:
* `pkgconf`
* `GNU coreutils` (for running tests)
* `libevent` (for gotwebd)
+* `libtls` (for gotwebd)
NetBSD:
* `ossp-uuid`
* `GNU coreutils` (for running tests)
* `libevent` (for gotwebd)
+* `libtls` (for gotwebd)
TESTS (REGRESS)
===============