commit - 0ada29ea383be37810b75fb0c6607cdc6c994f46
commit + f349577fa12a3c95613818a49ed7ed92d0741c3f
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)
===============